aboutsummaryrefslogtreecommitdiffstats
path: root/include/smarty.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-20 17:44:26 -0700
committerredmatrix <git@macgirvin.com>2016-05-20 17:44:26 -0700
commitb2f0d2d085c355010f1475269c4beb4fba7b07dc (patch)
tree3d2f70ab6f6eb0bd99eb8a9731b30998ff03d067 /include/smarty.php
parentaefeda8c416f8aed34a187a5ca2408598add864f (diff)
downloadvolse-hubzilla-b2f0d2d085c355010f1475269c4beb4fba7b07dc.tar.gz
volse-hubzilla-b2f0d2d085c355010f1475269c4beb4fba7b07dc.tar.bz2
volse-hubzilla-b2f0d2d085c355010f1475269c4beb4fba7b07dc.zip
cleanup proc_run after messing it up with debugging yesterday
Diffstat (limited to 'include/smarty.php')
-rwxr-xr-xinclude/smarty.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/smarty.php b/include/smarty.php
index 762efe335..9d443e269 100755
--- a/include/smarty.php
+++ b/include/smarty.php
@@ -1,6 +1,7 @@
<?php /** @file */
-require_once 'include/ITemplateEngine.php';
-require_once("library/Smarty/libs/Smarty.class.php");
+
+require_once('include/ITemplateEngine.php');
+require_once('library/Smarty/libs/Smarty.class.php');
class FriendicaSmarty extends Smarty {