Skip to content

Commit

Permalink
Fixing typo in my last commit, apologizes. MDL-13894
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 18, 2008
1 parent 253df4f commit c051d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Expand Up @@ -7488,7 +7488,7 @@ function unzip_show_status ($list,$removepath) {
function getremoteaddr() {
global $CFG;

switch ($CFG->getremoteaddrconf)) {
switch ($CFG->getremoteaddrconf) {
case 3:
if (!empty($_SERVER['REMOTE_ADDR'])) {
return cleanremoteaddr($_SERVER['REMOTE_ADDR']);
Expand Down

0 comments on commit c051d55

Please sign in to comment.