]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
Mailer->error: no argument
[tt-rss.git] / classes / pluginhost.php
index 5a45f09d4d2b5db117e8b55510c35cf078692324..f40705dd10694a2cd53b43a1e475747ab0cfe84f 100755 (executable)
@@ -57,6 +57,7 @@ class PluginHost {
        const HOOK_FEED_BASIC_INFO = 36;
        const HOOK_SEND_LOCAL_FILE = 37;
        const HOOK_UNSUBSCRIBE_FEED = 38;
+       const HOOK_SEND_MAIL = 39;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;
@@ -96,7 +97,7 @@ class PluginHost {
        function get_pdo() {
                return $this->pdo;
        }
-       
+
        function get_plugin_names() {
                $names = array();