Fixed a problem when the server is not running

master
penguinc 2005-01-23 06:42:20 +00:00
parent db4b7919db
commit 8ee46752b8
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class NWNDriver
return PEAR::raiseError(_("Could not load the module!")); return PEAR::raiseError(_("Could not load the module!"));
} }
} else { } else {
$result = PEAR::raiseError(_("Server is not running!")); return PEAR::raiseError(_("Server is not running!"));
} }
$this->_settingsbackend->setData($settings); $this->_settingsbackend->setData($settings);
return true; return true;