diff options
author | Friendika <info@friendika.com> | 2010-12-23 19:31:53 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-23 19:31:53 -0800 |
commit | 1438b3d67de99a68b1790ad07dde88db8a41a2b8 (patch) | |
tree | 3863921df5d5a631356cef120e133182d4f1887b /util | |
parent | cbb724e1c026ae13df92dfdfbdbe59dcfb017b75 (diff) | |
download | volse-hubzilla-1438b3d67de99a68b1790ad07dde88db8a41a2b8.tar.gz volse-hubzilla-1438b3d67de99a68b1790ad07dde88db8a41a2b8.tar.bz2 volse-hubzilla-1438b3d67de99a68b1790ad07dde88db8a41a2b8.zip |
more comments plus an id rename
Diffstat (limited to 'util')
-rw-r--r-- | util/typo.php | 4 |
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); |