diff options
author | Friendika <info@friendika.com> | 2011-02-10 18:01:38 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-10 18:01:38 -0800 |
commit | bd4e7249a347b012c34d23a739b56cb6aea63240 (patch) | |
tree | 1169c37b9d42237077d0e11dfe820c727016d2a1 /util/typo.php | |
parent | f217a557b84129a9f2ad692069d40e7fe341cdc6 (diff) | |
download | volse-hubzilla-bd4e7249a347b012c34d23a739b56cb6aea63240.tar.gz volse-hubzilla-bd4e7249a347b012c34d23a739b56cb6aea63240.tar.bz2 volse-hubzilla-bd4e7249a347b012c34d23a739b56cb6aea63240.zip |
more work on facebook addon
Diffstat (limited to 'util/typo.php')
-rw-r--r-- | util/typo.php | 2 |
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); |