Module: nagvis
Branch: master
Commit: 2752bc30b822cc171a96a53928ca388aa16bfe15
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=2752bc30b822cc171a96a53928ca388aa16bfe15

Author: Lars Michelsen <[email protected]>
Date:   Thu Jul 22 09:26:43 2010 +0200

Fixed typo

---

 share/server/core/classes/CoreBackendMgmt.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/CoreBackendMgmt.php 
b/share/server/core/classes/CoreBackendMgmt.php
index 648b682..ab8439a 100644
--- a/share/server/core/classes/CoreBackendMgmt.php
+++ b/share/server/core/classes/CoreBackendMgmt.php
@@ -386,7 +386,7 @@ class CoreBackendMgmt {
        private function backendAlive($backendId, $statusHost) {
                list($statusBackend, $statusHost) = explode(':', $statusHost, 
2);
 
-               if($tatackend == $backendId)
+               if($statusBackend == $backendId)
                        $this->aError[$backendId] = new 
BackendConnectionProblem($this->CORE->getLang()->getText('Configuration Error: 
The statusHost ([STATUSHOST]) is in same backend as the one to check.', 
Array('STATUSHOST' => $statusHost)));
                
                try {


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to