mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
realted to #1916 re-introduced check_pwg_token for sort action
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ list($albums_counter) = pwg_db_fetch_row(pwg_query($query));
|
||||
// +-----------------------------------------------------------------------+
|
||||
check_status(ACCESS_ADMINISTRATOR);
|
||||
|
||||
if (isset($_GET['delete']))
|
||||
if (!empty($_POST) or isset($_GET['delete']))
|
||||
{
|
||||
check_pwg_token();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user