openrat-cms

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

commit 72cd87040410bd17789eeeb4983a74a020d405c0
parent 144947f9bfceb2f70ccaca5aa279cf14ba041689
Author: dankert <devnull@localhost>
Date:   Sat, 26 Sep 2009 00:47:28 +0200

Falls Gruppe nicht geloescht wid, Hinweismeldung korrgiert

Diffstat:
actionClasses/GroupAction.class.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/actionClasses/GroupAction.class.php b/actionClasses/GroupAction.class.php @@ -56,11 +56,11 @@ class GroupAction extends Action { $this->group->delete(); - $this->addNotice('group',$this->group->name,'DELETED','ok'); + $this->addNotice('group',$this->group->name,'DELETED',OR_NOTICE_OK); } else { - $this->addNotice('group',$this->group->name,'NOT_DELETED','ok'); + $this->addNotice('group',$this->group->name,'NOTHING_DONE',OR_NOTICE_WARN); } }