@@ -287,7 +287,7 @@ |
||
287 | 287 | |
288 | 288 | private function isIdValid($id) |
289 | 289 | { |
290 | - return (bool)preg_match('~^(default|(' . implode('|', $this->sections). ')/[^\x00-\x1F\x7F-\xFF]*)$~', $id); |
|
290 | + return (bool)preg_match('~^(default|(' . implode('|', $this->sections) . ')/[^\x00-\x1F\x7F-\xFF]*)$~', $id); |
|
291 | 291 | } |
292 | 292 | |
293 | 293 | /** |