Fix error "Non-static method Merge::get_all_ids() cannot be called statically"

This commit is contained in:
Hadi Nategh 2021-10-12 12:54:45 +02:00 committed by Ralf Becker
parent 26af55cba6
commit 537c4652a3

View File

@ -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');