From ee1e567503b4b6f05b3f7fdc70b1bd0292e13658 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 28 Oct 2015 11:36:50 +0100 Subject: [PATCH] remove default case only path restoreVar this is now done where it is actually needed --- include/admin/images.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/admin/images.inc.php b/include/admin/images.inc.php index 36fe34c5..7fb140e8 100644 --- a/include/admin/images.inc.php +++ b/include/admin/images.inc.php @@ -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;