Skip to content

Commit

Permalink
Fixed Growl->address visibility (changed to public for testing, shoul…
Browse files Browse the repository at this point in the history
…d have been changed back to private).
  • Loading branch information
snoj committed Oct 31, 2011
1 parent 68f404f commit 023958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.growl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Growl
const GROWL_PRIORITY_EMERGENCY = 2;

private $appName;
public $address;
private $address;
private $notifications;
private $password;
private $port;
Expand Down

0 comments on commit 023958b

Please sign in to comment.