Author: sevein
Date: Thu May 10 13:26:31 2012
New Revision: 11661
Log:
Add missing break, fixes issue 2330
Modified:
trunk/apps/qubit/modules/user/actions/editAction.class.php
Modified: trunk/apps/qubit/modules/user/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/user/actions/editAction.class.php Thu May 10
00:02:55 2012 (r11660)
+++ trunk/apps/qubit/modules/user/actions/editAction.class.php Thu May 10
13:26:31 2012 (r11661)
@@ -201,6 +201,8 @@
case 'active':
$this->resource->active = true;
+ break;
+
case 'groups':
$newGroupIds = $formGroupIds = array();
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.