diff --git a/contrib/image_hash_ban/main.php b/contrib/image_hash_ban/main.php index 918bace7..b6a11886 100644 --- a/contrib/image_hash_ban/main.php +++ b/contrib/image_hash_ban/main.php @@ -29,8 +29,10 @@ class AddImageHashBanEvent extends Event { $this->reason = $reason; } } - +// }}} class Image_Hash_Ban extends Extension { + var $theme; + public function receive_event($event) { if(is_null($this->theme)) $this->theme = get_theme_object("Image_Hash_Ban", "ImageBanTheme");