1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:15:56 +00:00

Mailer->error: no argument

This commit is contained in:
Andrew Dolgov
2018-11-22 16:19:41 +03:00
parent 57932e1837
commit 83affcd4b2

View File

@@ -37,7 +37,7 @@ class Mailer {
$this->last_error = $message;
}
function error($value) {
function error() {
return $this->last_error;
}
}