From: Matt Oquist Date: Tue, 22 Dec 2009 02:25:02 +0000 (+0000) Subject: MDL-19024 Fix a bug that stops strings from being displayed correctly in the admin... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2072925988ceffc931972a7ad215b60a53675655;p=moodle.git MDL-19024 Fix a bug that stops strings from being displayed correctly in the admin section when configuring the MNET services. (Thanks, Richard Mansfield.) --- diff --git a/admin/mnet/mnet_services.html b/admin/mnet/mnet_services.html index 0f2955562a..b91ed36a71 100644 --- a/admin/mnet/mnet_services.html +++ b/admin/mnet/mnet_services.html @@ -16,11 +16,12 @@ echo $OUTPUT->box_start(); $versions) { $version = current($versions); + $langmodule = ($version['parent_type'] == 'mod' ? '' : ($version['parent_type'] . '_')) . $version['parent']; ?> -

name); ?>

- name); ?> +

name); ?>

+ name); ?>