1
0
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:
CaMer0n
2012-07-29 02:36:18 +00:00
parent ce41e47f43
commit 951665accd
6 changed files with 108 additions and 21 deletions

View File

@@ -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)
{