Cancelled
Push — master ( d67b3d...32bb9b )
by Jason
1213:26 queued 1213:26
created
code/blocks/CustomerServiceBlock.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,9 +35,9 @@
 block discarded – undo
35 35
     {
36 36
         $fields = parent::getCMSFields();
37 37
 
38
-        $self =& $this;
38
+        $self = & $this;
39 39
 
40
-        $this->beforeUpdateCMSFields(function ($fields) use ($self) {
40
+        $this->beforeUpdateCMSFields(function($fields) use ($self) {
41 41
             $fields->dataFieldByName('Title')
42 42
                 ->setTitle('Name');
43 43
 
Please login to merge, or discard this patch.