aboutsummaryrefslogtreecommitdiffstats
path: root/util/extract.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-01-28 07:26:57 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-01-28 07:26:57 +0100
commit8257b1b684d2c6087a93ae690aa27c907e578aa3 (patch)
treea0f4c07381c9c32aff694ecceaad37bf5fdf8aa4 /util/extract.php
parent444d82a5328433fbe48e18b928d35218905a756c (diff)
parent5d77bd9489763721b8f3e4a51c8cef1181276157 (diff)
downloadvolse-hubzilla-8257b1b684d2c6087a93ae690aa27c907e578aa3.tar.gz
volse-hubzilla-8257b1b684d2c6087a93ae690aa27c907e578aa3.tar.bz2
volse-hubzilla-8257b1b684d2c6087a93ae690aa27c907e578aa3.zip
Merge branch 'friendika-master'
Diffstat (limited to 'util/extract.php')
-rw-r--r--util/extract.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/extract.php b/util/extract.php
index bb16a47da..92ec8501c 100644
--- a/util/extract.php
+++ b/util/extract.php
@@ -3,7 +3,7 @@
$arr = array();
$files = array('index.php','boot.php');
- $files = array_merge($files,glob('mod/*'),glob('include/*'));
+ $files = array_merge($files,glob('mod/*'),glob('include/*'),glob('addon/*/*'));
foreach($files as $file) {