Bugfix HTTP redirection User->GetID() > 0
This commit is contained in:
parent
2107e986f6
commit
4efe6ed725
|
|
@ -2664,7 +2664,7 @@ $this->app->Tpl->Add('TAB1',"<h2>Schritt 2 von 2: Datenbank anpassen</h2><table
|
|||
public function WelcomeLogin()
|
||||
{
|
||||
|
||||
if($this->app->User->GetID()!='')
|
||||
if($this->app->User->GetID()>0)
|
||||
{
|
||||
// alle cookies SpryMedia loeschen
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue