From f4d7e5108636bd7ae25d60cd0395dfd4da72243d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 06 Mar 2013 04:58:27 -0500
Subject: [PATCH] Fixed issue in mailman configuration that caused a wrong content in virtual_to_transport.sh script.

---
 interface/lib/classes/aps_base.inc.php |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/interface/lib/classes/aps_base.inc.php b/interface/lib/classes/aps_base.inc.php
index 9822cae..b8f6ad9 100644
--- a/interface/lib/classes/aps_base.inc.php
+++ b/interface/lib/classes/aps_base.inc.php
@@ -43,9 +43,6 @@
 
 class ApsBase
 {
-    protected $app = null;
-    protected $db = null;
-    
     protected $log_prefix = '';
     protected $fetch_url = '';
     protected $aps_version = '';
@@ -63,9 +60,6 @@
      */
     public function __construct($app, $log_prefix = 'APS: ', $interface_mode = false)
     {
-        $this->db = $app->db;
-        $this->app = $app;
-        
         $this->log_prefix = $log_prefix;
         $this->interface_mode = $interface_mode;
         $this->fetch_url = 'apscatalog.com';

--
Gitblit v1.9.1