mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
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
Block a user