1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Issue #2115 - Filename filtering.

This commit is contained in:
Cameron 2016-12-05 20:35:48 -08:00
parent b7c6ee5ae4
commit 167fbda45a

View File

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