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

Update image.php

This commit is contained in:
Gábor
2017-06-06 08:19:11 +02:00
committed by GitHub
parent 1b12340fea
commit 8ef792d066

View File

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