Skip to content
Snippets Groups Projects
Commit cc1fc9a9 authored by ekes's avatar ekes
Browse files

Commiting upstream patch, will be fixed in next release.

parent d05f5bb2
Branches
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class Event extends Node {
* @return TaxonomyTerm[]
*/
public function getPriceCategory() {
$categories = array();
$price_categories = array();
if (is_array($this->price_category)) {
foreach ($this->price_category as $price_category) {
$price_categories[] = new TaxonomyTerm($price_category);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment