Skip to content

Commit

Permalink
Orion-15.16.0-PLAT-10387 mediaRepurposing UX bug (#9138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurPHP committed Jan 28, 2020
1 parent d516ac6 commit db72549
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -153,7 +153,7 @@ public function populateFromObject($object, $add_underscore = true)
$this->setDefault('filterTypeStr', get_class($object->objectFilter));

foreach ($object->objectFilter as $key => $value)
if ($value)
if (isset($value))
$this->setDefault(self::FILTER_PREFIX.$key, $value);

$this->populateAdvanceSearch($object->objectFilter);
Expand Down

0 comments on commit db72549

Please sign in to comment.