Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barrysspace committed Jun 9, 2014
1 parent b0b3304 commit cdbe09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static function type_config_form($mform, $classname = 'kaltura') {

} else {
// Check if the metadata profile id exists in the mdl_config_table
$profileid = empty($repoconfig->metadata_profile_id) ? $repoconfig->metadata_profile_id : null;
$profileid = empty($repoconfig->metadata_profile_id) ? null : $repoconfig->metadata_profile_id;

// If empty then set the profile id
if (empty($profileid)) {
Expand Down

0 comments on commit cdbe09b

Please sign in to comment.