diff --git a/framework/Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php b/framework/Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php index cda8c3bd262..660b12eeeaa 100644 --- a/framework/Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php +++ b/framework/Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php @@ -87,6 +87,8 @@ public function __get($property) str_replace('.png', '', basename($this->_properties->weatherIconUrl[0]->value)) ]; + case 'humidity': + return $this->_properties->humidity . '%'; default: if (empty($this->_map[$property])) { throw new Horde_Service_Weather_Exception_InvalidProperty();