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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user