summaryrefslogtreecommitdiff
path: root/inc/pageutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r--inc/pageutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php
index dea691381..10f8bd35e 100644
--- a/inc/pageutils.php
+++ b/inc/pageutils.php
@@ -50,7 +50,7 @@ function getID($param='id'){
$id = urldecode($id);
$id = cleanID($id);
}
- if(empty($id) && $param='id') $id = $conf['start'];
+ if(empty($id) && $param=='id') $id = $conf['start'];
return $id;
}