Avoid a warning (but no code using it)
--HG-- extra : rebase_source : e332c0dceb6fad0be7d4c282f0184a1427ae9961
This commit is contained in:
parent
5ddfef59ad
commit
654eddebc6
|
@ -18,8 +18,9 @@
|
|||
$page = getURLParam ("page", Base::PAGE_INDEX);
|
||||
$query = getURLParam ("query");
|
||||
$qid = getURLParam ("id");
|
||||
$n = getURLParam ("n", "1");
|
||||
|
||||
$currentPage = Page::getPage ($page, $qid, $query);
|
||||
$currentPage = Page::getPage ($page, $qid, $query, $n);
|
||||
$currentPage->InitializeContent ();
|
||||
|
||||
/* Test to see if pages are opened on an Eink screen
|
||||
|
|
Loading…
Reference in a new issue