1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Tiny LAN change (image = file) (comment in #90)

This commit is contained in:
Tijn Kuyper
2013-02-20 18:11:28 +01:00
parent 8358817952
commit be527ea633

View File

@@ -1715,7 +1715,7 @@ class media_admin_ui extends e_admin_ui
if(!count($_POST['batch_selected'])) if(!count($_POST['batch_selected']))
{ {
$mes->addError("Please check at least one image."); $mes->addError("Please check at least one file.");
return; return;
} }