Mailer->error: no argument

This commit is contained in:
Andrew Dolgov 2018-11-22 16:19:41 +03:00
parent 57932e1837
commit 83affcd4b2
1 changed files with 1 additions and 1 deletions

View File

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