mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
Fix error "Non-static method Merge::get_all_ids() cannot be called statically"
This commit is contained in:
parent
d51d0eee83
commit
2d7aed2f4b
@ -2445,7 +2445,7 @@ abstract class Merge
|
||||
*
|
||||
* @param Api\Contacts\Merge $merge App-specific merge object
|
||||
*/
|
||||
protected function get_all_ids(Api\Storage\Merge $merge)
|
||||
protected static function get_all_ids(Api\Storage\Merge $merge)
|
||||
{
|
||||
$ids = array();
|
||||
$locations = array('index', 'session_data');
|
||||
|
Loading…
Reference in New Issue
Block a user