mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Update logstats plugin to use chart class.
This commit is contained in:
@@ -71,7 +71,6 @@ class e_chart
|
||||
*/
|
||||
public function setType($type)
|
||||
{
|
||||
|
||||
$this->type = $type;
|
||||
return $this;
|
||||
}
|
||||
@@ -101,7 +100,7 @@ class e_chart
|
||||
|
||||
if($this->data == null)
|
||||
{
|
||||
return "No chart data provided";
|
||||
return "<div class='alert alert-info alert-block'>No chart data provided</div>";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user