summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohan Cwiklinski <johan@x-tnd.be>2012-09-29 10:23:09 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-29 10:30:40 +0200
commit5e3a1a62043cc4602f5fc4fb871d09da65b5a277 (patch)
tree6cf5eeb2270f3ff3107a094b172e61e131656fd9 /include
parent44bc0673599b56977f97370976d92f5d05ca720e (diff)
Some adaptations required for Smarty3
Diffstat (limited to 'include')
-rw-r--r--include/main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/main.php b/include/main.php
index 8134307..e54f6f9 100644
--- a/include/main.php
+++ b/include/main.php
@@ -38,7 +38,8 @@ define('RPMPHP_VERSION', '1.0.0-dev');
require 'config.php';
if (!defined('CLIONLY')) {
- include 'Smarty2/Smarty.class.php';
+ //ACTHUNG: Smarty3!
+ include 'Smarty/Smarty.class.php';
$smarty = new Smarty();