mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
add missing public static
This commit is contained in:
parent
38412a1149
commit
66cdf2c089
@ -166,7 +166,7 @@ class Hooks
|
||||
* @param string $location location-name
|
||||
* @return int the number of found hooks
|
||||
*/
|
||||
function count($location)
|
||||
public static function count($location)
|
||||
{
|
||||
if (!isset(self::$locations)) self::read();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user