mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:29:02 +01:00
fixed IDE warnings
This commit is contained in:
parent
5f1dcfea57
commit
804df769d5
@ -73,7 +73,7 @@ class hooks
|
|||||||
*/
|
*/
|
||||||
function hooks($db=null)
|
function hooks($db=null)
|
||||||
{
|
{
|
||||||
self::__construct();
|
self::__construct($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -279,6 +279,7 @@ class hooks
|
|||||||
$setup_info = array($appname => array());
|
$setup_info = array($appname => array());
|
||||||
if(@file_exists($f)) include($f);
|
if(@file_exists($f)) include($f);
|
||||||
// some apps have setup_info for more then themselfs (eg. phpgwapi for groupdav)
|
// some apps have setup_info for more then themselfs (eg. phpgwapi for groupdav)
|
||||||
|
$hdata = array();
|
||||||
foreach($setup_info as $appname => $data)
|
foreach($setup_info as $appname => $data)
|
||||||
{
|
{
|
||||||
if ($data['hooks'])
|
if ($data['hooks'])
|
||||||
|
Loading…
Reference in New Issue
Block a user