* Fix story of project.

This commit is contained in:
zhujinyong
2021-03-21 16:11:07 +08:00
parent a6eff425ca
commit 6582a700bb
19 changed files with 48 additions and 45 deletions
+1
View File
@@ -179,6 +179,7 @@ class settingModel extends model
$config = array();
foreach($records as $record)
{
if(!isset($config[$record->owner])) $config[$record->owner] = new stdclass();
if(!isset($record->module)) return array(); // If no module field, return directly. Since 3.2 version, there's the module field.
if(empty($record->module)) continue;