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:
parent
b7c6ee5ae4
commit
167fbda45a
@ -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')
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user