diff --git a/core/core.php b/core/core.php index 18030d31..87f5639f 100644 --- a/core/core.php +++ b/core/core.php @@ -2846,7 +2846,9 @@ class core extends common $accessInfo['userName'] = ''; $accessInfo['pageId'] = ''; foreach ($this->getData(['user']) as $userId => $userIds) { - $t = explode('/', $this->getData(['user', $userId, 'accessUrl'])); + if (!is_null($this->getData(['user', $userId, 'accessUrl'])) ) { + $t = explode('/',$this->getData(['user', $userId, 'accessUrl'])); + } if ( $this->getUser('id') && $userId !== $this->getUser('id') &&