aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-02-12 18:31:13 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-02-12 18:31:13 +0100
commit53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1 (patch)
treeeee6bc94d474e327a233c7053beb46d33036a65d /util/typo.php
parent26dfb73f48d4fcd4671d136e53f52bb81995ea34 (diff)
parent89cbd17c721dae57b18686fd7f3e5f8c74a279d9 (diff)
downloadvolse-hubzilla-53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1.tar.gz
volse-hubzilla-53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1.tar.bz2
volse-hubzilla-53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1.zip
Merge branch 'friendika-master'
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/typo.php b/util/typo.php
index be5307ab3..d0ecf0c8f 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -21,6 +21,6 @@
foreach($files as $file)
include_once($file);
- $files = glob('addon/*.php');
+ $files = glob('addon/*/*.php');
foreach($files as $file)
include_once($file);