Merge pull request #4880 from totten/master-cs3
[civicrm-core.git] / CRM / Custom / Form / MoveField.php
index 1a94fd5ba559004b2eb0ad9386f29e32e9724bb8..f3f24ad9436450d0e615b72362685b357d939fc9 100644 (file)
@@ -174,7 +174,7 @@ class CRM_Custom_Form_MoveField extends CRM_Core_Form {
       array(
       1 => $this->_srcFieldLabel,
           2 => $dstGroup,
-        3 => $srcUrl
+        3 => $srcUrl,
         )), '', 'success');
   }
 }