Bugfix HTTP redirection User->GetID() > 0

This commit is contained in:
Xenomporio 2022-05-17 14:33:18 +02:00
parent 2107e986f6
commit 4efe6ed725

View File

@ -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