diff --git a/module/my/control.php b/module/my/control.php index 5862cca858..b95ee5f574 100755 --- a/module/my/control.php +++ b/module/my/control.php @@ -127,7 +127,7 @@ class my extends control $storyCount = $assignedToStoryCount + $reviewByStoryCount; $requirementCount = 0; - $isOpenedURAndSR = $this->config->URAndSR; + $isOpenedURAndSR = $this->config->URAndSR ? 1 : 0; if($isOpenedURAndSR) { /* Get the number of requirements assigned to me. */