wibble towards being totally SimpleExtension based, as that's easier to programatically optimise

This commit is contained in:
Shish
2012-01-27 18:16:46 +00:00
parent c1aa6f4fbb
commit 6e64857936
23 changed files with 95 additions and 58 deletions

View File

@@ -49,6 +49,8 @@ Completely compatibility will probably involve a rewrite with a different URL
class DanbooruApi implements Extension
{
public function get_priority() {return 50;}
// Receive the event
public function receive_event(Event $event)
{
@@ -425,5 +427,4 @@ class DanbooruApi implements Extension
}
}
add_event_listener(new DanbooruApi());
?>