diff options
author | Thomas Willingham <founder@kakste.com> | 2013-06-09 18:16:02 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-06-09 18:16:02 +0100 |
commit | 8090177efb6aef9799932158b102f51131530443 (patch) | |
tree | 0e08b6f9acf46fcc65832718162cd99700b6b4be /mod | |
parent | 3b2d1833437d6c0596cfd94caf2586fc4fca978f (diff) | |
download | volse-hubzilla-8090177efb6aef9799932158b102f51131530443.tar.gz volse-hubzilla-8090177efb6aef9799932158b102f51131530443.tar.bz2 volse-hubzilla-8090177efb6aef9799932158b102f51131530443.zip |
Another missing include
Diffstat (limited to 'mod')
-rw-r--r-- | mod/acl.php | 1 |
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) { |