Skip to content

Commit

Permalink
Remove typo #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 31, 2016
1 parent 6cdfc41 commit b59128a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/libraries/Auto_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ public function cronCheck($timeOffset = 0) {
echo "<h1> Emails sent at " . $date->format('Y-m-d H:i:s') . "</h1>";

$this->showSentEmails($emailsUserSent, "User emails");
$thus->showSentEmails($emailsWatchSent, "Watch emails");
$thus->showSentEmails($emailsMeasureSent, "Measure emails");
$this->showSentEmails($emailsWatchSent, "Watch emails");
$this->showSentEmails($emailsMeasureSent, "Measure emails");
}


Expand Down

0 comments on commit b59128a

Please sign in to comment.