mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Fix error "Non-static method Merge::get_all_ids() cannot be called statically"
This commit is contained in:
parent
26af55cba6
commit
537c4652a3
@ -2845,7 +2845,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