mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 23:05:04 +02:00
store display order of plugins_new in a session var
git-svn-id: http://piwigo.org/svn/trunk@11222 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -44,6 +44,13 @@ check_status(ACCESS_ADMINISTRATOR);
|
||||
// | Direct actions |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// save plugins_new display order (AJAX action)
|
||||
if (isset($_GET['plugins_new_order']))
|
||||
{
|
||||
pwg_set_session_var('plugins_new_order', $_GET['plugins_new_order']);
|
||||
exit;
|
||||
}
|
||||
|
||||
// theme changer
|
||||
if (isset($_GET['change_theme']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user