1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Issue #2531 - Theme/Plugin upgrade modal.

This commit is contained in:
Cameron
2017-04-16 09:22:15 -07:00
parent 9e8800cead
commit 57e8b8f06b
3 changed files with 11 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ class e_marketplace
);
$d = http_build_query($srcData,false,'&');
$url = e_ADMIN.'theme.php?mode=download&src='.base64_encode($d);//$url.'&action=download';
$url = e_ADMIN.'theme.php?mode=main&action=download&src='.base64_encode($d);//$url.'&action=download';
}