Fixed cache access error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user