1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

User admin editing fix.

This commit is contained in:
Cameron
2016-03-14 13:42:41 -07:00
parent 21535133f2
commit f064eb6574
2 changed files with 34 additions and 5 deletions

View File

@@ -2586,7 +2586,7 @@ class media_admin_ui extends e_admin_ui
foreach($_POST['batch_selected'] as $key=>$file)
{
$oldpath = e_IMPORT.$file;
if($_POST['batch_category'] == '_avatars_public' || $_POST['batch_category'] == '_avatars_private')