[Plugins][Components] Fixed issue where right panel form was rendered multiple times in actors plugin page. Actors page done.
This commit is contained in:
@@ -53,7 +53,7 @@ class Posting extends Component
|
||||
*/
|
||||
public function onStartTwigPopulateVars(array &$vars): bool
|
||||
{
|
||||
if (($user = Common::user()) == null) {
|
||||
if (($user = Common::user()) === null) {
|
||||
return Event::next;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user