Fixed cache access error

This commit is contained in:
Frank Schubert
2022-02-16 20:41:33 +01:00
parent 97eac977f8
commit b63640e232
6 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ class PopModel {
if(!$me) {
$me = new User();
$me->loadMe();
mfValuecache::singleton()->set("me", $this->me);
mfValuecache::singleton()->set("me", $me);
}
if($model->create_by === null) {