diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-29 19:44:57 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-29 19:44:57 +0100 |
commit | 42e11019b96028ed2e7688e1a74ea956f23e8d10 (patch) | |
tree | c7424cfc84f91a011567aaf2c0362c654867939e /mod/pubsites.php | |
parent | 3c42989fc44802b005b6687c7879d389eec0eaac (diff) | |
download | volse-hubzilla-42e11019b96028ed2e7688e1a74ea956f23e8d10.tar.gz volse-hubzilla-42e11019b96028ed2e7688e1a74ea956f23e8d10.tar.bz2 volse-hubzilla-42e11019b96028ed2e7688e1a74ea956f23e8d10.zip |
Missing include
Diffstat (limited to 'mod/pubsites.php')
-rw-r--r-- | mod/pubsites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pubsites.php b/mod/pubsites.php index b9f7510fc..9728d0704 100644 --- a/mod/pubsites.php +++ b/mod/pubsites.php @@ -1,7 +1,7 @@ <?php function pubsites_content(&$a) { - + require_once('include/dir_fns.php'); $dirmode = intval(get_config('system','directory_mode')); if(($dirmode == DIRECTORY_MODE_PRIMARY) || ($dirmode == DIRECTORY_MODE_STANDALONE)) { |