diff --git a/svn-helper.php b/svn-helper.php index fc23cecbbd..a1d7189886 100755 --- a/svn-helper.php +++ b/svn-helper.php @@ -6,7 +6,7 @@ * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Ralf Becker - * @copyright (c) 2007-13 by Ralf Becker + * @copyright (c) 2007-14 by Ralf Becker * @version $Id$ */ @@ -45,7 +45,7 @@ switch ($args[0]) } // fall through default: - foreach(get_app_dirs as $module => $dir) + foreach(get_app_dirs() as $module => $dir) { chdir(__DIR__ . '/'. $dir);