1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 11:47:51 +02:00

Uploading new plugins via the admin panel - active tab 'Install New' after plugin uploading #215

This commit is contained in:
Oleg Gatseluk
2014-02-26 17:43:04 +02:00
parent 2178b7d406
commit 9c54a443d9

View File

@@ -173,7 +173,7 @@ class PluginsAdmin extends Backend
if (Request::post('dragndrop')) { if (Request::post('dragndrop')) {
Request::shutdown(); Request::shutdown();
} else { } else {
Request::redirect($site_url.'/admin/index.php?id=plugins'); Request::redirect($site_url.'/admin/index.php?id=plugins#installnew');
} }
} else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); } } else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); }
} }