I object
git-svn-id: file:///home/shish/svn/shimmie2/trunk@256 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
6e93425fe5
commit
c9f3cf1787
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class ViewImage extends Extension {
|
|||
$image = $database->get_image($image_id);
|
||||
|
||||
if(!is_null($image)) {
|
||||
send_event(new DisplayingImageEvent($image, $event->page));
|
||||
send_event(new DisplayingImageEvent($image, $event->page_object));
|
||||
}
|
||||
else {
|
||||
global $page;
|
||||
|
|
Reference in a new issue