From: Davide Franco Date: Mon, 29 Nov 2010 10:07:14 +0000 (+0100) Subject: bacula-web: Changed $smarty object instance declaration X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e1d0de26054be087683e33c7e7013f6c9e548b8;p=bacula%2Fbacula bacula-web: Changed $smarty object instance declaration --- 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");