Skip to content

Commit

Permalink
MDL-12684 fixing wrong link to manual settings page - settings.php no…
Browse files Browse the repository at this point in the history
…t implemented yet, sorry; merged from MOODLE_19_STABLE
  • Loading branch information
skodak committed Dec 20, 2007
1 parent 281917e commit 58424a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/adminlib.php
Expand Up @@ -3557,7 +3557,8 @@ function output_html($data) {

//add always enabled plugins first
$displayname = "<span>".$displayauths['manual']."</span>";
$settings = "<a href=\"settings.php?section=authsettingmanual\">{$txt->settings}</a>";
$settings = "<a href=\"auth_config.php?auth=manual\">{$txt->settings}</a>";
//$settings = "<a href=\"settings.php?section=authsettingmanual\">{$txt->settings}</a>";
$table->data[] = array($displayname, '', '', $settings);
$displayname = "<span>".$displayauths['nologin']."</span>";
$settings = "<a href=\"auth_config.php?auth=nologin\">{$txt->settings}</a>";
Expand Down

0 comments on commit 58424a3

Please sign in to comment.