Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-30 00:14:42 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-30 00:14:42 (GMT)
commit7fb28da31bb9885779ffb967e33b9df501710831 (patch)
tree99223cafba3fee1e66e6ac0605419d245e41c608 /site
parent80c46d6adb41623a7561210a904973d71565bf40 (diff)
Fix undefined variable issue
Diffstat (limited to 'site')
-rw-r--r--site/app/views/elements/amo2009/search.thtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/app/views/elements/amo2009/search.thtml b/site/app/views/elements/amo2009/search.thtml
index 22ebb6a..4416937 100644
--- a/site/app/views/elements/amo2009/search.thtml
+++ b/site/app/views/elements/amo2009/search.thtml
@@ -113,6 +113,7 @@ if (!isset($atype)) {
}
$pages = array();
+$pp = array();
if (isset($this->controller->Pagination)) {
$page_arr = $this->controller->Pagination->resultsPerPage;
foreach ($page_arr as $page) {