@@ -240,8 +240,8 @@ |
||
240 | 240 | |
241 | 241 | // Title is mandatory |
242 | 242 | throw new Exception( |
243 | - "Block {$blockName} does not exists or the mandatory property '{$property}' ". |
|
244 | - "was not found on this block. If you are still using blocks on the twill.php ". |
|
243 | + "Block {$blockName} does not exists or the mandatory property '{$property}' " . |
|
244 | + "was not found on this block. If you are still using blocks on the twill.php " . |
|
245 | 245 | "file, please check if the block is present and properly configured." |
246 | 246 | ); |
247 | 247 | } |