@@ -129,7 +129,7 @@ |
||
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 |