mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 02:10:46 +02:00
Notice removal.
This commit is contained in:
@@ -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)
|
public function setData($data)
|
||||||
{
|
{
|
||||||
$this->id = $id;
|
// $this->id = $id;
|
||||||
if($data == 'demo')
|
if($data == 'demo')
|
||||||
{
|
{
|
||||||
$this->data = $this->getDemoData();
|
$this->data = $this->getDemoData();
|
||||||
|
Reference in New Issue
Block a user