Completed
Push — develop ( 349f9c...0df3fc )
by Patrick
18s
created
Http/class.WebPage.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.