mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fix for PHP Notice Undefined index: class, Line 682 of /e107_admin/cpage.php
This commit is contained in:
@@ -679,7 +679,7 @@ class page_admin_ui extends e_admin_ui
|
|||||||
|
|
||||||
if(strpos($k,'menu_') === 0)
|
if(strpos($k,'menu_') === 0)
|
||||||
{
|
{
|
||||||
$this->fields[$k]['class'] = 'menu-field '.$this->fields[$k]['class'];
|
$this->fields[$k]['class'] = 'menu-field ' . varset($this->fields[$k]['class'], '');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->fields[$k]['width'] = '13%';
|
$this->fields[$k]['width'] = '13%';
|
||||||
|
Reference in New Issue
Block a user