diff options
-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){ |