diff --git a/classes/phing/types/selectors/DependSelector.php b/classes/phing/types/selectors/DependSelector.php index bd274c8b1e..443e4a1ad0 100755 --- a/classes/phing/types/selectors/DependSelector.php +++ b/classes/phing/types/selectors/DependSelector.php @@ -96,7 +96,7 @@ public function setTargetdir(PhingFile $targetdir) */ public function setGranularity($granularity) { - $this->granularity = (int) granularity; + $this->granularity = (int) $granularity; } /**