From f8a879dc0f4c0e89c912ebc2a285dd89549be640 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 19 Jan 2024 09:09:07 +0700 Subject: [PATCH] paymentgateway to paymentgateway folder --- system/controllers/codecanyon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/codecanyon.php b/system/controllers/codecanyon.php index 1a0c6b99..f91c66cb 100644 --- a/system/controllers/codecanyon.php +++ b/system/controllers/codecanyon.php @@ -71,7 +71,7 @@ switch ($action) { if (file_exists($target . 'plugin')) { File::copyFolder($target . 'plugin', File::pathFixer('system/plugin/')); } 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')) { File::copyFolder($target . 'theme', File::pathFixer('ui/themes/')); }