Skip to content

Commit

Permalink
Merge pull request #846 from pandory-network/patch-2
Browse files Browse the repository at this point in the history
Add display setter
  • Loading branch information
daveismynamecom committed May 19, 2016
2 parents 3ba7c16 + 05f7077 commit 4f41a33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions system/Core/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,13 @@ public static function sendEmail($message)
$mail->send();
}
}

/**
* Set the display error status.
*
* @param bool $status
*/
public static function setDisplay($status = false) {
self::$display = $status;
}
}

0 comments on commit 4f41a33

Please sign in to comment.