fix a warning
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@836 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
b9a39189df
commit
a8e7feb53d
@ -29,8 +29,9 @@ 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