variable
git-svn-id: file:///home/shish/svn/shimmie2/trunk@758 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
c3ab69d234
commit
7db7096b2e
@ -29,8 +29,10 @@ class AddImageHashBanEvent extends Event {
|
|||||||
$this->reason = $reason;
|
$this->reason = $reason;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// }}}
|
||||||
class Image_Hash_Ban extends Extension {
|
class Image_Hash_Ban extends Extension {
|
||||||
|
var $theme;
|
||||||
|
|
||||||
public function receive_event($event) {
|
public function receive_event($event) {
|
||||||
|
|
||||||
if(is_null($this->theme)) $this->theme = get_theme_object("Image_Hash_Ban", "ImageBanTheme");
|
if(is_null($this->theme)) $this->theme = get_theme_object("Image_Hash_Ban", "ImageBanTheme");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user