mirror of
https://github.com/e107inc/e107.git
synced 2025-04-13 09:01:59 +02:00
Notice removal.
This commit is contained in:
parent
22cd9fad00
commit
7376e8e40e
@ -1803,7 +1803,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
|
||||
|
||||
}
|
||||
|
||||
return $menu_vars;
|
||||
return !empty($menu_vars) ? $menu_vars : null;
|
||||
}
|
||||
|
||||
|
||||
|
@ -228,7 +228,7 @@ class e_chart
|
||||
*/
|
||||
public function setData($data)
|
||||
{
|
||||
$this->id = $id;
|
||||
// $this->id = $id;
|
||||
if($data == 'demo')
|
||||
{
|
||||
$this->data = $this->getDemoData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user