diff options
Diffstat (limited to 'core/controllers/photos.php')
-rw-r--r-- | core/controllers/photos.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/photos.php b/core/controllers/photos.php index 9ceaa5c9..13185283 100644 --- a/core/controllers/photos.php +++ b/core/controllers/photos.php @@ -45,7 +45,6 @@ class Photos_Controller extends Items_Controller { public function _update($photo) { access::required("edit", $photo); - rest::http_content_type(rest::JSON); $form = photo::get_edit_form($photo); if ($form->validate()) { // @todo implement changing the name. This is not trivial, we have |