From 46d6407162e220619f0206b1c4c5d5961ae7a83e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 15 Jan 2014 18:05:54 +0000 Subject: [PATCH] fixed typo causing svn-help to only work for merge and up commands --- svn-helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);