From cc1fc9a9414a5968734db511ecfc9877f77bac2f Mon Sep 17 00:00:00 2001 From: ekes Date: Wed, 8 Apr 2015 20:27:26 +0200 Subject: [PATCH] Commiting upstream patch, will be fixed in next release. --- vendor/events-radar/radar-api-php/src/Entity/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/events-radar/radar-api-php/src/Entity/Event.php b/vendor/events-radar/radar-api-php/src/Entity/Event.php index 028471e..7f204f5 100644 --- a/vendor/events-radar/radar-api-php/src/Entity/Event.php +++ b/vendor/events-radar/radar-api-php/src/Entity/Event.php @@ -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);