mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Merge remote-tracking branch 'origin/master'
Conflicts: docs/tags/capture.md src/Fenom.php
This commit is contained in:
@ -564,7 +564,7 @@ class Compiler {
|
||||
|
||||
public static function tagParent($tokens, Scope $scope) {
|
||||
if(empty($scope->tpl->_extends)) {
|
||||
throw new InvalidUsageException("Tag {parent} may be declared in childs");
|
||||
throw new InvalidUsageException("Tag {parent} may be declared in children");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user