Fix a PHP warning. re #66
This commit is contained in:
parent
a842dcbc10
commit
afb9c8e28f
2
base.php
2
base.php
|
@ -545,7 +545,7 @@ class PageLanguageDetail extends Page
|
||||||
{
|
{
|
||||||
$language = Language::getLanguageById ($this->idGet);
|
$language = Language::getLanguageById ($this->idGet);
|
||||||
$this->idPage = $language->getEntryId ();
|
$this->idPage = $language->getEntryId ();
|
||||||
$this->title = $language->name;
|
$this->title = $language->lang_code;
|
||||||
list ($this->entryArray, $this->totalNumber) = Book::getBooksByLanguage ($this->idGet, $this->n);
|
list ($this->entryArray, $this->totalNumber) = Book::getBooksByLanguage ($this->idGet, $this->n);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue