]> git.mjollnir.org Git - moodle.git/commitdiff
fixing an instance of hardcoded /admin/ as per Zbigniew Fiedorowicz's fix (in 1.4...
authordhawes <dhawes>
Thu, 30 Dec 2004 19:10:44 +0000 (19:10 +0000)
committerdhawes <dhawes>
Thu, 30 Dec 2004 19:10:44 +0000 (19:10 +0000)
lib/datalib.php

index 8ea0236a0156e6aa0529a173dad79132288f191c..1edfa935e0372db9bc9fd82ad11d885f4ccb084a 100644 (file)
@@ -563,7 +563,7 @@ function get_record_sql($sql) {
             notify('Very strange error in get_record_sql !');
             print_object($rs);
         }
-        print_continue($CFG->wwwroot .'/admin/config.php');
+        print_continue($CFG->wwwroot . $CFG->admin .'/config.php');
     }
 }