mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
fixed typo causing svn-help to only work for merge and up commands
This commit is contained in:
parent
7cc91b0046
commit
46d6407162
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user