123
This commit is contained in:
@@ -101,7 +101,7 @@ class DomainModel extends BaseModel
|
||||
*/
|
||||
public function getFomartSubjectEx(string $strKey, string $strDomain, string $strController, string $strAction, $strDiff = '', bool $boolJoin = true): string
|
||||
{
|
||||
$intSfgId = $this->t_cfg->{$strKey}['sfg_id'];
|
||||
$intSfgId = $this->t_cfg[$strKey]['sfg_id'];
|
||||
$SubjectFomartModel = NULL;
|
||||
|
||||
$arrAllSubjectFomartModel = SubjectFomartModel::getAllSubjectFomartOnCacheBySfgId($intSfgId);
|
||||
|
||||
Reference in New Issue
Block a user