openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 839918f54f2f47f7de007cbeb22e02a9c4e4ae8e
parent 72e35b7bdd3197abb7a912430f3afc7d1d740409
Author: dankert <devnull@localhost>
Date:   Thu, 11 Sep 2008 21:05:03 +0200

targetSubAction setzen.

Diffstat:
actionClasses/GroupAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionClasses/GroupAction.class.php b/actionClasses/GroupAction.class.php @@ -174,7 +174,7 @@ class GroupAction extends Action foreach( Group::getAll() as $id=>$name ) { $list[$id] = array(); - $list[$id]['url' ] = Html::url('main','group',$id); + $list[$id]['url' ] = Html::url('main','group',$id,array(REQ_PARAM_TARGETSUBACTION=>'edit')); $list[$id]['name'] = $name; }