mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Media-Manager batch image-rotation added (only jpeg for now). Other minor tweaks.
This commit is contained in:
@@ -3675,6 +3675,11 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
$val = "'".$value."'";
|
||||
}
|
||||
|
||||
if($field == 'options') // reserved field type. see: admin -> media-manager - batch rotate image.
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$cnt = $this->getTreeModel()->update($field, $val, $selected, $value, false);
|
||||
if($cnt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user