mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
fix PHP 5.6 Deprecated: Non-static method calendar_uiviews::integration_get_popup() should not be called statically
This commit is contained in:
parent
f99183959f
commit
f778150b5d
@ -1970,7 +1970,7 @@ class calendar_uiviews extends calendar_ui
|
||||
* @param int|string $id
|
||||
* @return string
|
||||
*/
|
||||
function integration_get_popup($app,$id)
|
||||
public static function integration_get_popup($app,$id)
|
||||
{
|
||||
$app_data = calendar_bo::integration_get_data($app,'edit_link');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user