Replace $_SESSION
This commit is contained in:
parent
01c2a775e4
commit
09e01b9356
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Edit extends BaseModule
|
|||
'$lockstate' => $lockstate,
|
||||
'$acl' => '', // populate_acl((($group) ? $group_acl : $a->user)),
|
||||
'$bang' => ($lockstate === 'lock' ? '!' : ''),
|
||||
'$profile_uid' => $_SESSION['uid'],
|
||||
'$profile_uid' => $this->session->getLocalUserId(),
|
||||
'$preview' => $this->t('Preview'),
|
||||
'$jotplugins' => $jotplugins,
|
||||
'$cancel' => $this->t('Cancel'),
|
||||
|
|
Loading…
Reference in a new issue