aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-29 19:44:57 +0100
committerThomas Willingham <founder@kakste.com>2013-09-29 19:44:57 +0100
commit42e11019b96028ed2e7688e1a74ea956f23e8d10 (patch)
treec7424cfc84f91a011567aaf2c0362c654867939e /mod
parent3c42989fc44802b005b6687c7879d389eec0eaac (diff)
downloadvolse-hubzilla-42e11019b96028ed2e7688e1a74ea956f23e8d10.tar.gz
volse-hubzilla-42e11019b96028ed2e7688e1a74ea956f23e8d10.tar.bz2
volse-hubzilla-42e11019b96028ed2e7688e1a74ea956f23e8d10.zip
Missing include
Diffstat (limited to 'mod')
-rw-r--r--mod/pubsites.php2
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)) {