1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

Add lang codes.

This commit is contained in:
Gábor 2017-06-05 07:15:39 +02:00 committed by GitHub
parent 65ac6b0c41
commit 2388f05890

View File

@ -2545,7 +2545,8 @@ class media_admin_ui extends e_admin_ui
{
if(empty($f))
{
e107::getMessage()->addWarning("0 byte file found in: ".e_IMPORT."<br />Please remove before proceeding.");
$message = e107::getParser()->lanVars(IMALAN_180, array('x'=>e_IMPORT));
e107::getMessage()->addWarning($tp->toHtml($message, true));
////rename(e_IMPORT.$f['path'].$f['fname'],e_IMPOT.$f['path'].$f['fname']."-bad");
continue;
}