forked from Cavemanon/cavepaintings
The great MIMEing
This commit is contained in:
@@ -7,6 +7,6 @@ class QRImage extends Extension
|
||||
|
||||
public function onDisplayingImage(DisplayingImageEvent $event)
|
||||
{
|
||||
$this->theme->links_block(make_http(make_link('image/'.$event->image->id.'.'.$event->image->ext)));
|
||||
$this->theme->links_block(make_http(make_link('image/'.$event->image->id.'.'.$event->image->get_ext())));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user