Skip to content

Commit

Permalink
Added missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Cousens committed Jul 21, 2014
1 parent bbfc868 commit c3205bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AmCharts/AbstractChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct()
$this->jsonSettings = new JsonSettings();
$this->configSettings = new ConfigSettings();
$this->jsonSettings->theme('none');
$this->jsonSettings->pathToImages('/bundles/rcamcharts/js/amcharts/images');
$this->jsonSettings->pathToImages('/bundles/rcamcharts/js/amcharts/images/');
$this->jsonSettings->dataProvider([]);
}

Expand Down

0 comments on commit c3205bb

Please sign in to comment.