From 572c1cd65f7fb0a6ec00ad4e24fe4df31676a157 Mon Sep 17 00:00:00 2001 From: andi Date: Sat, 19 Mar 2005 10:44:04 +0100 Subject: fixed edit mode darcs-hash:20050319094404-9977f-66acc5713cb817fa82f00a6aec52ea0deb140406.gz --- inc/html.php | 3 --- 1 file changed, 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){ -- cgit v1.2.3