Merge remote-tracking branch 'origin/master'

Conflicts:
	docs/tags/capture.md
	src/Fenom.php
This commit is contained in:
bzick
2013-07-07 01:36:24 +04:00
7 changed files with 11 additions and 11 deletions

View File

@ -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");
}
}