@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $this->loginUrl = $this->settings->getGlobalSetting('login_url', $this->profilesUrl.'/login.php'); |
| 48 | 48 | |
| 49 | 49 | if($this->user === false || $this->user === null) |
| 50 | - { |
|
| 50 | + { |
|
| 51 | 51 | if(isset($_SERVER['REQUEST_URI']) && strstr($_SERVER['REQUEST_URI'], 'logout.php') === false) |
| 52 | 52 | { |
| 53 | 53 | $this->addLink('Login', $this->loginUrl); |