Skip to content

Commit

Permalink
Fixed a spelling error protokol -> protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 13, 2009
1 parent e772148 commit da124b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/settings/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
$ADMIN->add('webservicesettings', new admin_externalpage('externalservicefunctions', get_string('externalservicefunctions', 'webservice'), "$CFG->wwwroot/$CFG->admin/external_service_functions.php"), 'moodle/site:config', true);
$ADMIN->add('webservicesettings', new admin_externalpage('externalserviceusers', get_string('externalserviceusers', 'webservice'), "$CFG->wwwroot/$CFG->admin/external_service_users.php"), 'moodle/site:config', true);
$temp = new admin_settingpage('webserviceprotocols', get_string('manageprotocols', 'webservice'));
$temp->add(new admin_setting_managewebserviceprotokols());
$temp->add(new admin_setting_managewebserviceprotocols());
if (empty($CFG->enablewebservices)) {
$temp->add(new admin_setting_heading('webservicesaredisabled', '', get_string('disabledwarning', 'webservice')));
}
Expand Down
2 changes: 1 addition & 1 deletion lib/adminlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -6259,7 +6259,7 @@ public function output_html($data, $query='') {
*
* @author Petr Skoda (skodak)
*/
class admin_setting_managewebserviceprotokols extends admin_setting {
class admin_setting_managewebserviceprotocols extends admin_setting {

/**
* Calls parent::__construct with specific arguments
Expand Down

0 comments on commit da124b5

Please sign in to comment.