summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorBen Coburn <btcoburn@silicodon.net>2006-07-10 13:46:55 +0200
committerBen Coburn <btcoburn@silicodon.net>2006-07-10 13:46:55 +0200
commitd98d4540790616b0dc0e1f613e4c217d24038a97 (patch)
treee02577576fade770c991feef98e84d1bef870e67 /doku.php
parent039bebbab7964017afd2e53f791f9be9a1620da7 (diff)
downloadrpg-d98d4540790616b0dc0e1f613e4c217d24038a97.tar.gz
rpg-d98d4540790616b0dc0e1f613e4c217d24038a97.tar.bz2
fixing undefined variables
Fixing undefined variable notices and sometimes the underlying error that produced them. darcs-hash:20060710114655-05dcb-073948171847f1f43f153e96c8382abd421da36a.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/doku.php b/doku.php
index 7b53def43..d2be871b2 100644
--- a/doku.php
+++ b/doku.php
@@ -20,6 +20,7 @@
//import variables
$QUERY = trim($_REQUEST['id']);
$ID = getID();
+ $NS = getNS($ID);
$REV = $_REQUEST['rev'];
$ACT = $_REQUEST['do'];
$IDX = $_REQUEST['idx'];