Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barrysspace committed Jun 5, 2014
1 parent f0274ac commit 76ec021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ public function type_config_form($mform, $classname = 'kaltura') {

}

$mform->setType('rootcategory', PARAM_TEXT);

// List Kaltura metadata profile information
$profile = repository_kaltura_get_metadata_profile_info($connection);

Expand Down Expand Up @@ -806,6 +808,8 @@ public static function type_config_form($mform, $classname = 'kaltura') {

}

$mform->setType('rootcategory', PARAM_TEXT);

// List Kaltura metadata profile information
$profile = repository_kaltura_get_metadata_profile_info($connection);

Expand Down

0 comments on commit 76ec021

Please sign in to comment.