mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Removed PHP warning.
This commit is contained in:
@@ -739,10 +739,13 @@ class news_admin_ui extends e_admin_ui
|
|||||||
|
|
||||||
foreach($this->addons as $plug=>$config)
|
foreach($this->addons as $plug=>$config)
|
||||||
{
|
{
|
||||||
foreach($config['fields'] as $field=>$tmp)
|
if(!empty($config['fields']))
|
||||||
{
|
{
|
||||||
$newOrder[] = "x_".$plug."_".$field;
|
foreach($config['fields'] as $field=>$tmp)
|
||||||
// echo $field;
|
{
|
||||||
|
$newOrder[] = "x_".$plug."_".$field;
|
||||||
|
// echo $field;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user