Revert "Commit of various live hacks"
[lhc/web/wiklou.git] / includes / MessageBlobStore.php
index 5251643..09561bd 100644 (file)
@@ -231,9 +231,6 @@ class MessageBlobStore {
        }
 
        public static function clear() {
-               // HACK: disable clear() on WMF servers
-               return;
-
                // TODO: Give this some more thought
                // TODO: Is TRUNCATE better?
                $dbw = wfGetDB( DB_MASTER );