forked from Cavemanon/cavepaintings
and make the extensions match
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1003 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
* Link: http://trac.shishnet.org/shimmie2/wiki/Contrib/Extensions/RandomImage
|
||||
*/
|
||||
|
||||
class RandomImage extends Extension {
|
||||
public function receive_event($event) {
|
||||
class RandomImage implements Extension {
|
||||
public function receive_event(Event $event) {
|
||||
if(($event instanceof PageRequestEvent) && ($event->page_name == "random_image")) {
|
||||
global $database;
|
||||
|
||||
|
Reference in New Issue
Block a user