Author: sevein
Date: Mon Jul 23 22:40:06 2012
New Revision: 11967

Log:
Remove statement only used for testing

Modified:
   trunk/apps/qubit/modules/settings/actions/visibleElementsAction.class.php

Modified: 
trunk/apps/qubit/modules/settings/actions/visibleElementsAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/settings/actions/visibleElementsAction.class.php   
Mon Jul 23 22:39:01 2012        (r11966)
+++ trunk/apps/qubit/modules/settings/actions/visibleElementsAction.class.php   
Mon Jul 23 22:40:06 2012        (r11967)
@@ -59,8 +59,6 @@
     // Create if it does not exist
     if (null === $setting = QubitSetting::getByNameAndScope($name, 
'element_visibility'))
     {
-      throw new sfException($name);
-
       $setting = new QubitSetting;
       $setting->name  = $name;
       $setting->scope = 'element_visibility';

-- 
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.

Reply via email to