From 1e1d0de26054be087683e33c7e7013f6c9e548b8 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 29 Nov 2010 11:07:14 +0100 Subject: [PATCH] bacula-web: Changed $smarty object instance declaration --- gui/bacula-web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index 3b086eddb2..b85a383e5e 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -19,7 +19,7 @@ require ("paths.php"); require($smarty_path."Smarty.class.php"); include "classes.inc"; -$smarty = new Smarty; +$smarty = new Smarty(); $dbSql = new Bweb(); require("lang.php"); -- 2.39.5