mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix deprecated warnings because of constructor named as class
This commit is contained in:
parent
8e540fe144
commit
0e212815bf
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* eGroupWare - resources
|
* eGroupWare - resources
|
||||||
* http://www.egroupware.org
|
* http://www.egroupware.org
|
||||||
*
|
*
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package resources
|
* @package resources
|
||||||
@ -9,12 +9,12 @@
|
|||||||
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once (EGW_INCLUDE_ROOT.'/etemplate/inc/class.sitemgr_module.inc.php');
|
require_once (EGW_INCLUDE_ROOT.'/etemplate/inc/class.sitemgr_module.inc.php');
|
||||||
|
|
||||||
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