Skip to content

Commit

Permalink
MDL-49115 repository_s3: Fixed endpoint not saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bennett authored and andrewnicols committed Feb 17, 2015
1 parent 0283825 commit d908797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/s3/lib.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public function global_search() {
}

public static function get_type_option_names() {
return array('access_key', 'secret_key', 'pluginname');
return array('access_key', 'secret_key', 'endpoint', 'pluginname');
}

public static function type_config_form($mform, $classname = 'repository') {
Expand Down

0 comments on commit d908797

Please sign in to comment.