Completed
Pull Request — master (#1046)
by
unknown
33:53
created
Classes/Backend/SolrModule/OverviewModuleController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         $path = trim($path);
130 130
 
131 131
         // Check for invalid characters
132
-        if(preg_match('/^[^*?"<>|:#]*$/',$path)) {
132
+        if (preg_match('/^[^*?"<>|:#]*$/', $path)) {
133 133
             return true;
134 134
         }
135 135
 
Please login to merge, or discard this patch.