* Add test case.

This commit is contained in:
caoyanyi
2023-02-24 14:49:35 +08:00
parent 5b05f1b369
commit cf2ba6e9c4
3 changed files with 52 additions and 0 deletions
+2
View File
@@ -382,6 +382,8 @@ class devModel extends model
}
elseif($type == 'tag')
{
if(!isset($defaultLang->$module->featureBar)) return $originalLangs;
$langKey = 'featureBar-' . $method . '_';
$featureBars = zget($defaultLang->$module->featureBar, $method, array());
if(strpos($method, '_') !== false)