fixed typo causing svn-help to only work for merge and up commands

This commit is contained in:
Ralf Becker 2014-01-15 18:05:54 +00:00
parent 7cc91b0046
commit 46d6407162

View File

@ -6,7 +6,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de> * @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
* @copyright (c) 2007-13 by Ralf Becker <rb@stylite.de> * @copyright (c) 2007-14 by Ralf Becker <rb@stylite.de>
* @version $Id$ * @version $Id$
*/ */
@ -45,7 +45,7 @@ switch ($args[0])
} }
// fall through // fall through
default: default:
foreach(get_app_dirs as $module => $dir) foreach(get_app_dirs() as $module => $dir)
{ {
chdir(__DIR__ . '/'. $dir); chdir(__DIR__ . '/'. $dir);