]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/queuehandler.php
Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')
[quix0rs-gnu-social.git] / lib / queuehandler.php
index c2ff10f32f07f4858e933b67fba8d8987c1b9e18..f11e5bd90d99de662a63e9808d81bd2f9e5b8def 100644 (file)
@@ -29,7 +29,6 @@ define('QUEUE_HANDLER_HIT_IDLE', 0);
 
 class QueueHandler extends Daemon
 {
-    var $_id = 'generic';
 
     function __construct($id=null, $daemonize=true)
     {
@@ -55,16 +54,6 @@ class QueueHandler extends Daemon
         return strtolower($this->class_name().'.'.$this->get_id());
     }
 
-    function get_id()
-    {
-        return $this->_id;
-    }
-
-    function set_id($id)
-    {
-        $this->_id = $id;
-    }
-
     function transport()
     {
         return null;