Skip to content

Commit

Permalink
Merge pull request #15 from Monits/master
Browse files Browse the repository at this point in the history
I missed this assignment in my previous pull request. Sorry!
  • Loading branch information
manifestinteractive committed Dec 14, 2011
2 parents 47ba01f + ea5e9b7 commit 5eff6ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/php/classes/class_APNS.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ function __construct($db, $args=NULL, $certificate=NULL, $sandboxCertificate=NUL
'feedback'=>$this->sandboxFeedback
)
);
if ($logPath !== null) {
$this->logPath = $logPath;
}
if(!empty($args)){
switch($args['task']){
case "register":
Expand Down

0 comments on commit 5eff6ed

Please sign in to comment.