From 265ddfb43f7fc840d4aa927d7c79f18f829ae715 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 30 May 2014 13:27:39 +0000 Subject: [PATCH] Add app.js to preferences --- svn-helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svn-helper.php b/svn-helper.php index 51fc7c5ac0..91dbd94e01 100755 --- a/svn-helper.php +++ b/svn-helper.php @@ -68,7 +68,7 @@ function get_app_dirs() { $path = __DIR__ . '/'. $dir; if (!is_dir($path) || in_array($dir, array('debian','home','doc','..','.svn')) || - !is_dir($path.'/setup') && $dir != 'setup') continue; + !is_dir($path.'/setup') && $dir != 'setup'|| $dir =='felamimail' || $dir =='messenger') continue; $app_dirs[$dir == '.' ? 'egroupware' : $dir] = $dir; } //error_log(__METHOD__."() returning ".print_r($app_dirs, true));