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:
9bf1631
)
MDL-21581 fixed silly typo, thanks penny
author
Petr Skoda
<skodak@moodle.org>
Thu, 11 Feb 2010 18:58:06 +0000
(18:58 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Thu, 11 Feb 2010 18:58:06 +0000
(18:58 +0000)
admin/settings/mnet.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/settings/mnet.php
b/admin/settings/mnet.php
index
fe1157c
..
f821632
100644
(file)
--- a/
admin/settings/mnet.php
+++ b/
admin/settings/mnet.php
@@
-18,7
+18,7
@@
$ADMIN->add('mnet', new admin_externalpage('mnetpeers', get_string('managemnetpe
$ADMIN->add('mnet', new admin_category('mnetpeercat', get_string('mnetpeers', 'mnet')));
-if (isset($CFG->mnet_dispatcher_mode) and $CFG->mnet_dispatcher_mode
=
== 'off') {
+if (isset($CFG->mnet_dispatcher_mode) and $CFG->mnet_dispatcher_mode
!
== 'off') {
require_once($CFG->dirroot.'/mnet/lib.php');
$hosts = mnet_get_hosts();
foreach ($hosts as $host) {