]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
pngcrush.sh
[tt-rss.git] / classes / pluginhost.php
index 5c545d18b281b6ac9ccfa627ca29c4f751e82e0d..7e3fb08abbcfdf021ba02541c3f159f7b6173edd 100755 (executable)
@@ -10,7 +10,6 @@ class PluginHost {
        private $api_methods = array();
        private $plugin_actions = array();
        private $owner_uid;
-       private $debug;
        private $last_registered;
        private static $instance;
 
@@ -57,6 +56,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;
@@ -399,14 +399,6 @@ class PluginHost {
                }
        }
 
-       function set_debug($debug) {
-               $this->debug = $debug;
-       }
-
-       function get_debug() {
-               return $this->debug;
-       }
-
        // Plugin feed functions are *EXPERIMENTAL*!
 
        // cat_id: only -1 is supported (Special)