remove default case only path restoreVar

this is now done where it is actually needed
This commit is contained in:
Ian 2015-10-28 11:36:50 +01:00
parent d1baaf4983
commit ee1e567503

View File

@ -750,7 +750,6 @@ switch ($serendipity['GET']['adminAction']) {
break;
default:
serendipity_restoreVar($serendipity['COOKIE']['serendipity_only_path'], $serendipity['GET']['only_path']);
$data['case_default'] = true;
$data['showML'] = showMediaLibrary();
break;