* admin: fix error of calling undefined variable.

This commit is contained in:
liugang
2023-07-26 17:12:00 +08:00
parent 4440e98778
commit f5cd982942
+1 -1
View File
@@ -11,7 +11,7 @@ declare(strict_types=1);
namespace zin;
$rows = array();
foreach($featureGroup as $group => $features)
foreach($config->featureGroup as $group => $features)
{
if(strpos(",$disabledFeatures,", ",$group,") !== false) continue;