Skip to content

Commit 496901c

Browse files
author
phalcon
committed
Regenerating phalcon.c. Fixes #175
1 parent b03846e commit 496901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/phalcon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36575,7 +36575,7 @@ PHP_METHOD(Phalcon_Mvc_View_Engine_Volt_Compiler, _filter){
3657536575
PHALCON_INIT_VAR(name);
3657636576
phalcon_array_fetch_string(&name, filter, SL("name"), PH_NOISY_CC);
3657736577
if (PHALCON_COMPARE_STRING(name, "length")) {
36578-
PHALCON_CONCAT_SVS(code, "$this->count(", left, ")");
36578+
PHALCON_CONCAT_SVS(code, "$this->length(", left, ")");
3657936579

3658036580
ZVAL_BOOL(exists, 1);
3658136581
}

0 commit comments

Comments
 (0)