Skip to content
Snippets Groups Projects
Commit 0d89c571 authored by Raveen Thakur's avatar Raveen Thakur Committed by Aleix Quintana
Browse files

Issue #3371737 by sonam_sharma, Raveen Thakur: Use of unassigned variable '$item'

parent f3107b43
No related branches found
No related tags found
1 merge request!3Issue #3371737: Use of unassigned variable '$item'
......@@ -358,7 +358,7 @@ class Nextcloud extends MediaSourceBase implements MediaSourceFieldConstraintsIn
}
// Allow other modules to alter the media entity.
$this->moduleHandler->alter('nextcloud_media_update', $media, $item, $has_changed);
$this->moduleHandler->alter('nextcloud_media_update', $media, $has_changed);
// If the media entity is still new it will be saved and we don't have
// do that twice.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment