paymentgateway to paymentgateway folder

This commit is contained in:
Ibnu Maksum 2024-01-19 09:09:07 +07:00
parent da44e3f6da
commit f8a879dc0f
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -71,7 +71,7 @@ switch ($action) {
if (file_exists($target . 'plugin')) { if (file_exists($target . 'plugin')) {
File::copyFolder($target . 'plugin', File::pathFixer('system/plugin/')); File::copyFolder($target . 'plugin', File::pathFixer('system/plugin/'));
} else if (file_exists($target . 'paymentgateway')) { } else if (file_exists($target . 'paymentgateway')) {
File::copyFolder($target . 'paymentgateway', File::pathFixer('system/plugin/')); File::copyFolder($target . 'paymentgateway', File::pathFixer('system/paymentgateway/'));
} else if (file_exists($target . 'theme')) { } else if (file_exists($target . 'theme')) {
File::copyFolder($target . 'theme', File::pathFixer('ui/themes/')); File::copyFolder($target . 'theme', File::pathFixer('ui/themes/'));
} }