Skip to content

Commit

Permalink
Merge pull request phingofficial#99 from bschultz/master
Browse files Browse the repository at this point in the history
fixed undefined variable
  • Loading branch information
mrook committed Mar 2, 2012
2 parents 0821d68 + c2fd5ee commit 941b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/phing/tasks/ext/zendguard/ZendGuardLicenseTask.php
Expand Up @@ -312,7 +312,7 @@ protected function verifyConfiguration()

// check hardwareLocked
if (null === $this->hardwareLocked) {
throw new BuildException("Property must be defined: " . $requiredProperty);
throw new BuildException("Property must be defined: hardwareLocked");
}

// if hardwareLocked is set to true, check that Host-ID is set
Expand Down

0 comments on commit 941b36f

Please sign in to comment.