aboutsummaryrefslogtreecommitdiffstats
path: root/include/template_processor.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-17 12:29:21 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-17 12:29:21 +0100
commit5fd03583a4f5d8bf0964c7881cbf7a8891513587 (patch)
tree2dafebccd7de10089eef3dd1356a5760a280b590 /include/template_processor.php
parent96da328acf838faff3fe823f3dd7557d16fe1d8b (diff)
parent26258bca77aa3385dacf36874f7f5603eaef9a6b (diff)
downloadvolse-hubzilla-5fd03583a4f5d8bf0964c7881cbf7a8891513587.tar.gz
volse-hubzilla-5fd03583a4f5d8bf0964c7881cbf7a8891513587.tar.bz2
volse-hubzilla-5fd03583a4f5d8bf0964c7881cbf7a8891513587.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'include/template_processor.php')
-rwxr-xr-xinclude/template_processor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template_processor.php b/include/template_processor.php
index 7f7b0b55b..93bf391c5 100755
--- a/include/template_processor.php
+++ b/include/template_processor.php
@@ -96,7 +96,7 @@
$this->_push_stack();
$r = $this->r;
$r[$varname] = $v;
- if ($keyname!='') $r[$keyname] = $k;
+ if ($keyname!='') $r[$keyname] = (($k === 0) ? '0' : $k);
$ret .= $this->replace($args[3], $r);
$this->_pop_stack();
}