This commit is contained in:
flame- 2014-02-22 22:38:14 -05:00
commit 38439d9629
1 changed files with 2 additions and 2 deletions

View File

@ -4196,7 +4196,7 @@ function setupMenuContext()
//xxx RS Wiki button
'rswiki' => array(
'title' => 'RS Wiki',
'href' => "//rswiki.moparisthebest.com/",
'href' => "https://rswiki.moparisthebest.com/",
'show' => true,
),
'calendar' => array(
@ -4554,4 +4554,4 @@ function remove_integration_function($hook, $function)
$modSettings[$hook] = implode(',', $functions);
}
?>
?>