Code cleanup
authorColeman Watts <coleman@civicrm.org>
Fri, 2 May 2014 18:41:15 +0000 (11:41 -0700)
committerColeman Watts <coleman@civicrm.org>
Fri, 2 May 2014 18:41:15 +0000 (11:41 -0700)
CRM/Core/BAO/CustomField.php

index e255b0d4f78ff29467a262651228fcfce3b97487..21c0c79d6f56fe2a518b9cc0300062a37d319f66 100644 (file)
@@ -1738,7 +1738,6 @@ SELECT id
       // rename this file to go into the secure directory
       if (!rename($fName, $config->customFileUploadDir . $filename)) {
         CRM_Core_Error::statusBounce(ts('Could not move custom file to custom upload directory'));
-        break;
       }
 
       if ($customValueId) {