summaryrefslogtreecommitdiff
path: root/modules/exif/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/exif/controllers')
-rw-r--r--modules/exif/controllers/exif.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/controllers/exif.php b/modules/exif/controllers/exif.php
index 51e33081..2fe875e3 100644
--- a/modules/exif/controllers/exif.php
+++ b/modules/exif/controllers/exif.php
@@ -28,6 +28,6 @@ class Exif_Controller extends Controller {
$view = new View("exif_dialog.html");
$view->details = exif::get($item);
- json::reply(array("form" => (string) $view));
+ print $view;
}
}