performance optimizations
This commit is contained in:
@@ -24,11 +24,11 @@ class WorkflowvalueModel {
|
||||
}
|
||||
}
|
||||
|
||||
$me = mfValuecache::get("me");
|
||||
$me = mfValuecache::singleton()->get("me");
|
||||
if(!$me) {
|
||||
$me = new User();
|
||||
$me->loadMe();
|
||||
mfValuecache::set("me", $this->me);
|
||||
mfValuecache::singleton()->set("me", $this->me);
|
||||
}
|
||||
|
||||
if($model->create_by === null) {
|
||||
|
||||
Reference in New Issue
Block a user