forked from extern/egroupware
fix deprecated warnings because of constructor named as class
This commit is contained in:
parent
8e540fe144
commit
0e212815bf
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
class module_resources extends sitemgr_module
|
class module_resources extends sitemgr_module
|
||||||
{
|
{
|
||||||
function module_resources()
|
function __construct()
|
||||||
{
|
{
|
||||||
$this->arguments = array();
|
$this->arguments = array();
|
||||||
$this->properties = array();
|
$this->properties = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user