mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
non existent parameter
This commit is contained in:
parent
40f50d20fd
commit
de8dbb4d53
@ -43,7 +43,7 @@ $fenom->setOptions($options);
|
|||||||
|
|
||||||
```php
|
```php
|
||||||
$fenom->setOptions(array(
|
$fenom->setOptions(array(
|
||||||
"compile_check" => true,
|
"force_compile" => true,
|
||||||
"force_include" => true
|
"force_include" => true
|
||||||
));
|
));
|
||||||
// тоже самое что и
|
// тоже самое что и
|
||||||
|
Loading…
Reference in New Issue
Block a user