1
0

bulkmove - prevent success reload to open itself,

the multidelete type again and end with MULTICHECK_NO_ITEM message.
This commit is contained in:
Ian
2015-10-15 11:01:06 +02:00
parent 92299999e7
commit d130dc729e

View File

@ -14,6 +14,11 @@ if (!is_object($serendipity['smarty'])) {
serendipity_smarty_init();
}
// unset adminAction type to default, if an image was bulkmoved and the origin page reloaded
if (!is_array($serendipity['POST']) && $serendipity['GET']['adminAction'] == 'multidelete') {
unset($serendipity['GET']['adminAction']);
}
switch ($serendipity['GET']['adminAction']) {
case 'doSync':