Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d79883a
)
MDL-26155 admin: Rebased, fixed conflicts, and fixed final admin string
author
Sam Hemelryk
<sam@moodle.com>
Mon, 2 Jan 2012 20:12:33 +0000
(09:12 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 2 Jan 2012 20:12:33 +0000
(09:12 +1300)
admin/settings/mnet.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/settings/mnet.php
b/admin/settings/mnet.php
index
a1d453a
..
ed77e03
100644
(file)
--- a/
admin/settings/mnet.php
+++ b/
admin/settings/mnet.php
@@
-23,7
+23,7
@@
if (isset($CFG->mnet_dispatcher_mode) and $CFG->mnet_dispatcher_mode !== 'off')
$hosts = mnet_get_hosts();
foreach ($hosts as $host) {
if ($host->id == $CFG->mnet_all_hosts_id) {
- $host->name =
get
_string('allhosts', 'core_mnet');
+ $host->name =
new lang
_string('allhosts', 'core_mnet');
}
$ADMIN->add('mnetpeercat',
new admin_externalpage(