* Fix xuan extension.

This commit is contained in:
zhujinyong
2022-02-28 14:41:44 +08:00
parent 4f6834011c
commit 994cb810ef
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -792,6 +792,12 @@ class baseControl
if(file_exists($commonActionExtFile)) $file2Included = $commonActionExtFile;
}
if(!empty($actionExtPath['xuan']))
{
$commonActionExtFile = $actionExtPath['xuan'] . strtolower($methodName) . '.php';
if(file_exists($commonActionExtFile)) $file2Included = $commonActionExtFile;
}
if(!empty($actionExtPath['common']))
{
$commonActionExtFile = $actionExtPath['common'] . strtolower($methodName) . '.php';