Code

Updated comments in heimdal plugin
[gosa.git] / include / class_mail-methods-golab.inc
index 36304f25a50051c7b679b46ae9089366e24eceb4..dc75674c264866d1c3b5a99affe85396a60a47b6 100644 (file)
@@ -17,7 +17,6 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-require_once("class_mail-methods-cyrus.inc");
 
 class mailMethodGolab extends mailMethodCyrus
 {
@@ -30,7 +29,7 @@ class mailMethodGolab extends mailMethodCyrus
                             "gosaMailQuota"             =>  "cyrus-userquota",
                             "gosaMailServer"            =>  "kolabHomeServer");
 
-  function mailMethodGolab($config)
+  function mailMethodGolab(&$config)
   {
     $this->config= $config->data['SERVERS']['IMAP'];
   }