]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/classes/HubSub.php
Memcached_DataObject extensions got their update functions more consistent
[quix0rs-gnu-social.git] / plugins / OStatus / classes / HubSub.php
index c0c4f142e4ff593dff39152bb8aa5129bc29a3ee..1bd158e6d22669fe2ce5928be6fa7fc1735d24f7 100644 (file)
@@ -191,16 +191,6 @@ class HubSub extends Managed_DataObject
         return parent::insert();
     }
 
-    /**
-     * Update wrapper; transparently update modified column.
-     * @return boolean success
-     */
-    function update($old=null)
-    {
-        $this->modified = common_sql_now();
-        return parent::update($old);
-    }
-
     /**
      * Schedule delivery of a 'fat ping' to the subscriber's callback
      * endpoint. If queues are disabled, this will run immediately.