Remove unnecessary break
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 03:13:50 +0000 (22:13 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:38 +0000 (08:41 -0500)
CRM/Contact/Page/View/UserDashBoard.php

index 7648a1d200819a8a96fbcc98cf2dfaed0dbfdcde..6bf40e25facc760d65c8631cd7a3703782f84bd7 100644 (file)
@@ -67,7 +67,6 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page {
 
     if (!$check) {
       CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/dashboard', 'reset=1'));
-      break;
     }
 
     $this->_contactId = CRM_Utils_Request::retrieve('id', 'Positive', $this);