@@ -70,7 +70,7 @@ |
||
| 70 | 70 | if (isset($messages[self::INCLUDES_KEY])) { |
| 71 | 71 | foreach ($messages[self::INCLUDES_KEY] as $include) { |
| 72 | 72 | if (!preg_match('#([a-z]:)?[/\\\\]#Ai', $include)) { |
| 73 | - $include = dirname($resource) . '/' . $include; |
|
| 73 | + $include = dirname($resource).'/'.$include; |
|
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | $parent = array_filter(Neon::decode(file_get_contents($include))); |