diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-23 21:27:17 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-23 21:27:17 -0700 |
commit | d01c3d2373cc98a0d6abb1eb5a1f71491e1001e2 (patch) | |
tree | d1b27fbfe563e01a9e29327fccc7ce7eb15f79cd /modules | |
parent | 53284ec5b892915c5905ea4f1e3fe76b18d3b576 (diff) |
Remove stray ? that was breaking ccw rotation.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_quick.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_quick.php b/modules/gallery/helpers/gallery_quick.php index 302a3144..9da0e082 100644 --- a/modules/gallery/helpers/gallery_quick.php +++ b/modules/gallery/helpers/gallery_quick.php @@ -89,7 +89,7 @@ class gallery_quick_Core { "title" => t("Rotate 90 degrees counter clockwise"), "class" => "gButtonLink", "icon" => "ui-icon-rotate-ccw", - "href" => url::site("quick/form_edit/$item->id/ccw?csrf=$csrf&?page_type=$page_type")); + "href" => url::site("quick/form_edit/$item->id/ccw?csrf=$csrf&page_type=$page_type")); $elements["left"][] = (object)array( "title" => t("Rotate 90 degrees clockwise"), |