|
...
|
...
|
@@ -64,7 +64,7 @@ class BaseLogic extends Logic |
|
|
|
$param['id'] = $id;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(isset($param['project_id']) && !empty($param['project_id'])){
|
|
|
|
if(isset($param['project_id']) && !empty($param['project_id']) && !is_array($param['project_id'])){
|
|
|
|
if (preg_match('/^[A-Za-z]/', $param['project_id'])) {
|
|
|
|
$id = Cache::get('project_'.$param['project_id']);
|
|
|
|
if(empty($id)){
|
...
|
...
|
|