Fix a PHP warning. re #66

This commit is contained in:
Sébastien Lucas 2013-05-22 18:31:44 +02:00
parent a842dcbc10
commit afb9c8e28f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}