1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

PHP Notice removal

This commit is contained in:
Cameron
2018-11-26 11:15:53 -08:00
parent 50d86c5962
commit c9e359e3a6

View File

@@ -3207,7 +3207,7 @@ class media_admin_ui extends e_admin_ui
$c = md5($f['path'].$f['fname']);
if($f['error'])
if(!empty($f['error']))
{
$text = str_replace('[x]', $f['fname'], IMALAN_122);
$mes->addWarning($text);