From 2052e167f7dc04e37041443f640af4e8c18c3bc0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 04 Dec 2012 08:36:35 -0500
Subject: [PATCH] Fixed: FS#2524 - Add check in remote api that no email alias can be added that exists as mailbox
---
server/lib/classes/aps_base.inc.php | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/server/lib/classes/aps_base.inc.php b/server/lib/classes/aps_base.inc.php
index 9822cae..b8f6ad9 100644
--- a/server/lib/classes/aps_base.inc.php
+++ b/server/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