]> 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)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:41 +0000 (14:39 +0200)
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");