Port PHP4 style classes to PHP5
The next version of PHP will deprecated the PHP4 style classes. References: KW-99
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
* Handles plugin registration.
|
||||
*/
|
||||
class PluginMDM extends Plugin {
|
||||
// Constructor
|
||||
function PluginMDM(){}
|
||||
|
||||
/**
|
||||
* Called to initialize the plugin and register for hooks.
|
||||
|
Reference in New Issue
Block a user