Fix ugly bug. Report by mariosipad.
This commit is contained in:
父節點
1fbbfa3b00
當前提交
9e15cbf26c
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
2
base.php
2
base.php
|
@ -330,7 +330,7 @@ class Page
|
|||
public function containsBook ()
|
||||
{
|
||||
if (count ($this->entryArray) == 0) return false;
|
||||
if (get_class ($this->entryArray [1]) == "EntryBook") return true;
|
||||
if (get_class ($this->entryArray [0]) == "EntryBook") return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue