]> git.wh0rd.org - tt-rss.git/commitdiff
Mailer->error: no argument
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 22 Nov 2018 13:19:41 +0000 (16:19 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 22 Nov 2018 13:19:41 +0000 (16:19 +0300)
classes/mailer.php

index ae22776d4d71c1c567ba5929ce713112bb2ac624..f5a03860f1bed9222fc1c2cbf1650fc545a3b098 100644 (file)
@@ -37,7 +37,7 @@ class Mailer {
     $this->last_error = $message;
   }
 
-  function error($value) {
+  function error() {
     return $this->last_error;
   }
 }