@@ -50,7 +50,7 @@ |
||
| 50 | 50 | 'file_name' => $fileName, |
| 51 | 51 | ]); |
| 52 | 52 | if (!($Block instanceof Block)) { |
| 53 | - @trigger_error($fileName . ' block is not found', E_USER_WARNING); |
|
| 53 | + @trigger_error($fileName.' block is not found', E_USER_WARNING); |
|
| 54 | 54 | return; |
| 55 | 55 | } |
| 56 | 56 | if ($Block->isUseController()) { |