]> git.mxchange.org Git - friendica.git/blobdiff - include/friendica_smarty.php
Merge pull request #3879 from zeroadam/Remove-Includes-#3873
[friendica.git] / include / friendica_smarty.php
index 9a224534e1374a9d307c323b3ddda163b9b2cfc1..f497fbee017c94b9bb35db66b457dd2191ebe813 100644 (file)
@@ -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);
                        }