X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffriendica_smarty.php;h=f497fbee017c94b9bb35db66b457dd2191ebe813;hb=1ff217cc1373099b0e52ba8de5ab4a1335b0f184;hp=9a224534e1374a9d307c323b3ddda163b9b2cfc1;hpb=41a36606c6ee92c914acbb7f6d9ea79c0a149088;p=friendica.git diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index 9a224534e1..f497fbee01 100644 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -71,7 +71,7 @@ class FriendicaSmartyEngine implements ITemplateEngine { call_hooks("template_vars", $arr); $r = $arr['vars']; - foreach($r as $key=>$value) { + foreach ($r as $key=>$value) { if ($key[0] === '$') { $key = substr($key, 1); }