Small update for Kopano Webapp 3.1

This commit is contained in:
2016-11-01 01:14:46 +01:00
parent c2f26697fb
commit 16182e7487
7 changed files with 15 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ class ContactModule extends Module
*/
public function __construct($id, $data)
{
parent::Module($id, $data);
parent::__construct($id, $data);
}
/**

View File

@@ -33,9 +33,7 @@ class Plugincontactimporter extends Plugin
/**
* Constructor
*/
function Plugincontactimporter()
{
}
function __construct() {}
/**
* Function initializes the Plugin and registers all hooks