diff --git a/blocks/HOWTO.html b/blocks/HOWTO.html index eae7b5abb7d..492beab79e2 100644 --- a/blocks/HOWTO.html +++ b/blocks/HOWTO.html @@ -1179,7 +1179,6 @@ class block_admin extends block_list { ... }
     function init() {
         $this->title = get_string('blockname','block_online_users');
-        $this->content_type = BLOCK_TYPE_TEXT;
         $this->version = 2004111600;
     }