Small update for Kopano Webapp 3.1
This commit is contained in:
@@ -38,7 +38,7 @@ class ContactModule extends Module
|
||||
*/
|
||||
public function __construct($id, $data)
|
||||
{
|
||||
parent::Module($id, $data);
|
||||
parent::__construct($id, $data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -33,9 +33,7 @@ class Plugincontactimporter extends Plugin
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
function Plugincontactimporter()
|
||||
{
|
||||
}
|
||||
function __construct() {}
|
||||
|
||||
/**
|
||||
* Function initializes the Plugin and registers all hooks
|
||||
|
Reference in New Issue
Block a user