mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -602,7 +602,7 @@ class media_form_ui extends e_admin_form_ui
|
||||
{
|
||||
foreach($pref['e_imageresize'] as $k=>$val)
|
||||
{
|
||||
$options[$k] = ucfirst($k). ' ' .LAN_IMA_O_006;
|
||||
$options[$k] = ucfirst($k). ' ' .defset('LAN_IMA_O_006');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user