aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-24 11:19:31 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-24 11:19:31 +0100
commit6f8c4169e57188093b3d2ce6d0e66f1364b5a5fb (patch)
tree3863921df5d5a631356cef120e133182d4f1887b /util
parent2f532f579c8b3a7052f67c72af901bf2926a85bf (diff)
parent1438b3d67de99a68b1790ad07dde88db8a41a2b8 (diff)
downloadvolse-hubzilla-6f8c4169e57188093b3d2ce6d0e66f1364b5a5fb.tar.gz
volse-hubzilla-6f8c4169e57188093b3d2ce6d0e66f1364b5a5fb.tar.bz2
volse-hubzilla-6f8c4169e57188093b3d2ce6d0e66f1364b5a5fb.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'util')
-rw-r--r--util/typo.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/typo.php b/util/typo.php
index 67fa7dc90..be5307ab3 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -20,3 +20,7 @@
$files = glob('include/*.php');
foreach($files as $file)
include_once($file);
+
+ $files = glob('addon/*.php');
+ foreach($files as $file)
+ include_once($file);