forgot this
git-svn-id: file:///home/shish/svn/shimmie2/trunk@326 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
505d9db0f8
commit
6c8617d087
@ -4,6 +4,8 @@ class TagEdit extends Extension {
|
||||
var $theme;
|
||||
// event handling {{{
|
||||
public function receive_event($event) {
|
||||
if(is_null($this->theme)) $this->theme = get_theme_object("tag_edit", "TagEditTheme");
|
||||
|
||||
if(is_a($event, 'PageRequestEvent') && ($event->page_name == "tag_edit")) {
|
||||
global $page;
|
||||
if($event->get_arg(0) == "set") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user