summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-02-26 14:33:25 +0100
committerandi <andi@splitbrain.org>2005-02-26 14:33:25 +0100
commit79b608ce5502b7d28087a42cab5c09927c117c8f (patch)
tree191d809df401a106063b82d7ffbf1ffd0c368aa7 /doku.php
parent3ed6dbb81c78ad592c6f8486fa99b6e1f4e6e8ec (diff)
downloadrpg-79b608ce5502b7d28087a42cab5c09927c117c8f.tar.gz
rpg-79b608ce5502b7d28087a42cab5c09927c117c8f.tar.bz2
some feed tuning
darcs-hash:20050226133325-9977f-001fc0ae4081b812bdef84350074624bb530f6f7.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/doku.php b/doku.php
index f67d4789f..0d6c823ef 100644
--- a/doku.php
+++ b/doku.php
@@ -51,6 +51,9 @@
html_debug();
exit;
}
+
+ //make infos about the selected page available
+ $INFO = pageinfo();
//already logged in?
if($_SERVER['REMOTE_USER'] && $ACT=='login') $ACT='show';
@@ -111,9 +114,6 @@
}
}
- //make infos about current page available
- $INFO = pageinfo();
-
//Editing: check if locked by anyone - if not lock for my self
if(($ACT == 'edit' || $ACT == $lang['btn_preview']) && $INFO['editable']){
$lockedby = checklock($ID);