file extension to confuse android less
This commit is contained in:
parent
ee407dd9cb
commit
77fe23c5a6
@ -8,7 +8,7 @@
|
||||
*/
|
||||
class QRImage extends SimpleExtension {
|
||||
public function onDisplayingImage($event) {
|
||||
$this->theme->links_block(make_http(make_link('image/'.$event->image->id)));
|
||||
$this->theme->links_block(make_http(make_link('image/'.$event->image->id.'.jpg')));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user