From: moodler Date: Tue, 18 Apr 2006 09:46:35 +0000 (+0000) Subject: Fixed bug #5230 and the hardcoded admin folder X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0b9e9783a3394804d3aec16541c6138306e52324;p=moodle.git Fixed bug #5230 and the hardcoded admin folder --- diff --git a/admin/environment.php b/admin/environment.php index a8e6aed341..1190c5643e 100644 --- a/admin/environment.php +++ b/admin/environment.php @@ -128,7 +128,7 @@ } /// Print form and popup menu - echo '
'; + echo '
'; echo $strmoodleversion.' '; choose_from_menu ($versions, 'version', $version, null, 'this.form.submit();' ); echo '';