fix null user on public side
This commit is contained in:
parent
905cfaf253
commit
c23727cce7
@ -716,7 +716,7 @@ class zoneclearFeedServer
|
|||||||
} else {
|
} else {
|
||||||
dcCore::app()->auth = null;
|
dcCore::app()->auth = null;
|
||||||
dcCore::app()->auth = new dcAuth();
|
dcCore::app()->auth = new dcAuth();
|
||||||
dcCore::app()->auth->checkUser($this->user);
|
dcCore::app()->auth->checkUser($this->user ?? '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user