Completed
Pull Request — master (#8)
by Robbie
02:47 queued 43s
created
src/Extensions/CWPSiteConfigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      */
70 70
     protected function removeFieldsForCurrentTheme(FieldList $fields)
71 71
     {
72
-        foreach ((array)$this->config()->hide_fields as $fieldNames) {
72
+        foreach ((array) $this->config()->hide_fields as $fieldNames) {
73 73
             $fields->removeByName($fieldNames);
74 74
         }
75 75
         return $this;
Please login to merge, or discard this patch.