ImportSourceHook: no more getId

This commit is contained in:
Thomas Gelf 2018-10-04 06:50:03 +02:00
parent ad46ff9fb0
commit 1a0cabf216
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ abstract class ImportSourceHook
$db->select()->from( $db->select()->from(
'import_source_setting', 'import_source_setting',
['setting_name', 'setting_value'] ['setting_name', 'setting_value']
)->where('source_id = ?', $source->getId()) )->where('source_id = ?', $source->get('id'))
); );
$className = $source->get('provider_class'); $className = $source->get('provider_class');