mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-02 11:30:22 +02: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()
|
public function WelcomeLogin()
|
||||||
{
|
{
|
||||||
|
|
||||||
if($this->app->User->GetID()!='')
|
if($this->app->User->GetID()>0)
|
||||||
{
|
{
|
||||||
// alle cookies SpryMedia loeschen
|
// alle cookies SpryMedia loeschen
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user