ExtCKEditor

In the file ExtCKEditor.php is error in the line 90 and 91, instead


 if(isset($this->allowedLanguages[$language]))

           $this->language=$language;



must be


if(isset($this->allowedLanguages[$lang]))

           $this->language=$lang;

The well working ext. is editMe too.

How are the main differencies?