Skip to content

Commit

Permalink
Fix settings repo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darron1217 committed Apr 19, 2018
1 parent c16858e commit bd62e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function createOrUpdate($settings)
if($settingName == 'medias_single') {
// Get first key of values (Original settingName)
foreach ($settingValues as $key => $mediaId) {
$normalisedValue = [ 'media_single' => $mediaId ];
$normalisedValue = [ 'medias_single' => $mediaId ];
$settingName = $key;
break;
}
Expand Down

0 comments on commit bd62e05

Please sign in to comment.