Fix a PHP warning. re #66
Questo commit è contenuto in:
parent
a842dcbc10
commit
afb9c8e28f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
2
base.php
2
base.php
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Caricamento…
Aggiungi tabella
Aggiungi collegamento
Crea riferimento in una nuova segnalazione