From 693bccde4b921f409097b2e3840c81a236c7e875 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 5 Aug 2011 12:02:23 -0700 Subject: [PATCH] Remove useless call to getGallery. --- lib/WebGUI/Asset/File/GalleryFile/Photo.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/WebGUI/Asset/File/GalleryFile/Photo.pm b/lib/WebGUI/Asset/File/GalleryFile/Photo.pm index cffd05072..208e8c15d 100644 --- a/lib/WebGUI/Asset/File/GalleryFile/Photo.pm +++ b/lib/WebGUI/Asset/File/GalleryFile/Photo.pm @@ -645,8 +645,6 @@ sub www_edit { name => "title", value => ( $form->get("title") || $self->title ), }); - - $self->getGallery; $var->{ form_synopsis } = WebGUI::Form::HTMLArea( $session, {