aboutsummaryrefslogtreecommitdiffstats
path: root/util/extract.php
diff options
context:
space:
mode:
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) {