summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-11-14 23:08:25 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-11-14 23:08:25 +0100
commit88e6a4f27638db93e9ca8ca28ea1710343c34701 (patch)
tree5221c761f3e785e4f49a936f5f2fc4e9a031051d /inc/auth.php
parentb2bc63f038e8b3c51be7fdf0fd8a3bd65721a4e3 (diff)
downloadrpg-88e6a4f27638db93e9ca8ca28ea1710343c34701.tar.gz
rpg-88e6a4f27638db93e9ca8ca28ea1710343c34701.tar.bz2
HTML_EDITFORM_INJECTION event added
A simple event to inject additional HTML into the editform. This probably needs to be improved. darcs-hash:20061114220825-7ad00-ce868b8d8a25f5120c49dc018b8fd1024aff6e12.gz
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 07f335627..bedc3877e 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -73,6 +73,7 @@
}
//load ACL into a global array
+ global $AUTH_ACL;
if(is_readable(DOKU_CONF.'acl.auth.php')){
$AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
}else{