Skip to content

Commit f211fce

Browse files
committed
added missing cache call in UnityUser init
1 parent 1168ce3 commit f211fce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: resources/lib/UnityUser.php

+3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ public function init($send_mail = true)
109109
$orgEntry->addUser($this);
110110
}
111111

112+
// add user to cache
113+
$this->REDIS->appendCacheArray("sorted_users", "", $this->getUID());
114+
112115
//
113116
// send email to user
114117
//

0 commit comments

Comments
 (0)