From d98d4540790616b0dc0e1f613e4c217d24038a97 Mon Sep 17 00:00:00 2001 From: Ben Coburn Date: Mon, 10 Jul 2006 13:46:55 +0200 Subject: fixing undefined variables Fixing undefined variable notices and sometimes the underlying error that produced them. darcs-hash:20060710114655-05dcb-073948171847f1f43f153e96c8382abd421da36a.gz --- doku.php | 1 + 1 file changed, 1 insertion(+) (limited to 'doku.php') 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']; -- cgit v1.2.3