]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Changed $smarty object instance declaration
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 29 Nov 2010 10:07:14 +0000 (11:07 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Dec 2010 17:46:15 +0000 (18:46 +0100)
gui/bacula-web/index.php

index 3b086eddb2230d7889b489206aac9319239376d7..b85a383e5ed8788fb045923fc7159c6b11a0d1eb 100644 (file)
@@ -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");