Skip to content

Commit

Permalink
Merge pull request #383 from siad007/patch-7
Browse files Browse the repository at this point in the history
Fixed variable call
  • Loading branch information
mrook committed Feb 1, 2015
2 parents eaf8032 + b647d50 commit 2cb98b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/phing/types/selectors/DependSelector.php
Expand Up @@ -96,7 +96,7 @@ public function setTargetdir(PhingFile $targetdir)
*/
public function setGranularity($granularity)
{
$this->granularity = (int) granularity;
$this->granularity = (int) $granularity;
}

/**
Expand Down

0 comments on commit 2cb98b9

Please sign in to comment.