summaryrefslogtreecommitdiff
path: root/classes/Misc.php
diff options
context:
space:
mode:
authorJehan-Guillaume (ioguix) de Rorthais2012-08-21 22:29:45 +0000
committerJehan-Guillaume (ioguix) de Rorthais2012-08-22 10:39:41 +0000
commit516f4f7844ffe0eecbdb91f44cd95be232431c53 (patch)
tree467095f8997db34f18ff8020ef493a2e59d018ff /classes/Misc.php
parentbf08afec0d1215624d6ad3ccd7d489a174614b18 (diff)
Fix typo in var name leading to PHP warning
Diffstat (limited to 'classes/Misc.php')
-rw-r--r--classes/Misc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Misc.php b/classes/Misc.php
index 7264b542..735be483 100644
--- a/classes/Misc.php
+++ b/classes/Misc.php
@@ -1641,7 +1641,7 @@
if ($pages < 0) return;
if ($max_width <= 0) return;
- unset ($get['page']);
+ unset ($gets['page']);
$url = http_build_query($gets);
if ($pages > 1) {