Fix a PHP warning. re #66

Šis iesūtījums ir iekļauts:
Sébastien Lucas 2013-05-22 18:31:44 +02:00
vecāks a842dcbc10
iesūtījums afb9c8e28f

Apskatīt datni

@ -545,7 +545,7 @@ class PageLanguageDetail extends Page
{
$language = Language::getLanguageById ($this->idGet);
$this->idPage = $language->getEntryId ();
$this->title = $language->name;
$this->title = $language->lang_code;
list ($this->entryArray, $this->totalNumber) = Book::getBooksByLanguage ($this->idGet, $this->n);
}
}