mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-10 04:37:32 +08:00
fix enablespecial judgment
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ stdhead($lang_upload['head_upload']);
|
||||
$hitAndRunRep = new \App\Repositories\HitAndRunRepository();
|
||||
echo $customField->renderOnUploadPage(0, $browsecatmode);
|
||||
echo $hitAndRunRep->renderOnUploadPage('', $browsecatmode);
|
||||
if ($enablespecial) {
|
||||
if ($enablespecial == 'yes') {
|
||||
echo $customField->renderOnUploadPage(0, $specialcatmode);
|
||||
echo $hitAndRunRep->renderOnUploadPage('', $specialcatmode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user