diff options
author | redmatrix <git@macgirvin.com> | 2016-05-20 17:44:26 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-20 17:44:26 -0700 |
commit | b2f0d2d085c355010f1475269c4beb4fba7b07dc (patch) | |
tree | 3d2f70ab6f6eb0bd99eb8a9731b30998ff03d067 /include/smarty.php | |
parent | aefeda8c416f8aed34a187a5ca2408598add864f (diff) | |
download | volse-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-x | include/smarty.php | 5 |
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 { |