aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-23 19:31:53 -0800
committerFriendika <info@friendika.com>2010-12-23 19:31:53 -0800
commit1438b3d67de99a68b1790ad07dde88db8a41a2b8 (patch)
tree3863921df5d5a631356cef120e133182d4f1887b /util/typo.php
parentcbb724e1c026ae13df92dfdfbdbe59dcfb017b75 (diff)
downloadvolse-hubzilla-1438b3d67de99a68b1790ad07dde88db8a41a2b8.tar.gz
volse-hubzilla-1438b3d67de99a68b1790ad07dde88db8a41a2b8.tar.bz2
volse-hubzilla-1438b3d67de99a68b1790ad07dde88db8a41a2b8.zip
more comments plus an id rename
Diffstat (limited to 'util/typo.php')
-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);