From 933b620ddc3cd7a5b0135119452209107f89831b Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 18 Jul 2011 07:41:48 +0200 Subject: [PATCH] bacula-web: Removed useless DB extend for bweb class --- gui/bacula-web/includes/bweb.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bacula-web/includes/bweb.inc.php b/gui/bacula-web/includes/bweb.inc.php index b137e95298..43b3efd686 100644 --- a/gui/bacula-web/includes/bweb.inc.php +++ b/gui/bacula-web/includes/bweb.inc.php @@ -15,7 +15,7 @@ | GNU General Public License for more details. | +-------------------------------------------------------------------------+ */ -class Bweb extends DB +class Bweb { public $tpl; public $db_link; // Database link -- 2.39.5