mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -365,7 +365,7 @@ class e_plugin
|
||||
$link = varset($this->_data[$this->_plugdir]['adminLinks']['link'][0]['@attributes']);
|
||||
|
||||
$k = array(16 => 'iconSmall', 24 => 'icon', 32 => 'icon', 128=>'icon128');
|
||||
$def = array(16 => E_16_PLUGIN, 24 => E_24_PLUGIN, 32 => E_32_PLUGIN);
|
||||
$def = array(16 => defset('E_16_PLUGIN'), 24 => defset('E_24_PLUGIN'), 32 => defset('E_32_PLUGIN'));
|
||||
|
||||
$key = $k[$size];
|
||||
|
||||
|
Reference in New Issue
Block a user