mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
feature #379, multiple format, hide formats when disabled
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ function do_error( $code, $str )
|
||||
exit();
|
||||
}
|
||||
|
||||
if (isset($_GET['format']))
|
||||
if ($conf['enable_formats'] and isset($_GET['format']))
|
||||
{
|
||||
check_input_parameter('format', $_GET, false, PATTERN_ID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user