1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 02:10:46 +02:00

Notice removal.

This commit is contained in:
Cameron
2016-02-17 11:33:00 -08:00
parent 22cd9fad00
commit 7376e8e40e
2 changed files with 2 additions and 2 deletions

View File

@@ -1803,7 +1803,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
} }
return $menu_vars; return !empty($menu_vars) ? $menu_vars : null;
} }

View File

@@ -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();