aboutsummaryrefslogtreecommitdiffstats
path: root/mod/acl.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-06-09 18:16:02 +0100
committerThomas Willingham <founder@kakste.com>2013-06-09 18:16:02 +0100
commit8090177efb6aef9799932158b102f51131530443 (patch)
tree0e08b6f9acf46fcc65832718162cd99700b6b4be /mod/acl.php
parent3b2d1833437d6c0596cfd94caf2586fc4fca978f (diff)
downloadvolse-hubzilla-8090177efb6aef9799932158b102f51131530443.tar.gz
volse-hubzilla-8090177efb6aef9799932158b102f51131530443.tar.bz2
volse-hubzilla-8090177efb6aef9799932158b102f51131530443.zip
Another missing include
Diffstat (limited to 'mod/acl.php')
-rw-r--r--mod/acl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/acl.php b/mod/acl.php
index 2f1866f85..dea0047f2 100644
--- a/mod/acl.php
+++ b/mod/acl.php
@@ -251,6 +251,7 @@ function navbar_complete(&$a) {
}
if(! $url) {
+ require_once("include/dir_fns.php");
$directory = find_upstream_directory($dirmode);
if($directory) {