diff options
author | andi <andi@splitbrain.org> | 2005-03-19 10:44:04 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-19 10:44:04 +0100 |
commit | 572c1cd65f7fb0a6ec00ad4e24fe4df31676a157 (patch) | |
tree | ee1e6f8cb3357484b22aa898f2226a728ae93081 | |
parent | 21b5594368627905de9c82862c133a440f901e37 (diff) | |
download | rpg-572c1cd65f7fb0a6ec00ad4e24fe4df31676a157.tar.gz rpg-572c1cd65f7fb0a6ec00ad4e24fe4df31676a157.tar.bz2 |
fixed edit mode
darcs-hash:20050319094404-9977f-66acc5713cb817fa82f00a6aec52ea0deb140406.gz
-rw-r--r-- | inc/html.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/html.php b/inc/html.php index 2e8432b3c..cdc8a7257 100644 --- a/inc/html.php +++ b/inc/html.php @@ -752,9 +752,6 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? global $lang; global $conf; - //check for create permissions first - if(!$INFO['exists'] && !html_acl(AUTH_CREATE)) return; - //set summary default if(!$SUM){ if($REV){ |