From 654eddebc62b30642d7c975a0ccc5bbd17d48d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 19 Sep 2012 18:20:01 +0200 Subject: [PATCH] Avoid a warning (but no code using it) --HG-- extra : rebase_source : e332c0dceb6fad0be7d4c282f0184a1427ae9961 --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index a82f018..4658893 100644 --- a/index.php +++ b/index.php @@ -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