diff --git a/library/SimplePie/Category.php b/library/SimplePie/Category.php index 0dca54e20..df0f13f9a 100644 --- a/library/SimplePie/Category.php +++ b/library/SimplePie/Category.php @@ -143,9 +143,8 @@ public function get_scheme() */ public function get_label($strict = false) { - if ($this->label === null && - $strict !== true - ) { + if ($this->label === null && $strict !== true) + { return $this->get_term(); } return $this->label;