mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Issue #5465 Make sure LAN constants are converted for inline tooltips.
This commit is contained in:
@@ -1171,7 +1171,7 @@ class media_admin_ui extends e_admin_ui
|
||||
$this->batchDelete();
|
||||
}
|
||||
|
||||
if(varset($_POST['update_options']))
|
||||
if(!empty($_POST['update_options']))
|
||||
{
|
||||
$this->updateSettings();
|
||||
}
|
||||
|
Reference in New Issue
Block a user