summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-20 03:24:39 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-20 03:24:39 +0000
commit006e0b4f28750b244bba5ea45d64eb8336cdb63b (patch)
tree11a9135d5f77771e3b65c003457f2db0f4ea993f /core
parentf850bf75cf591caddf953a94970bb461ed2a8546 (diff)
Replace the old "add photo" form with the simple uploader version in
the "add a photo" quick menu option.
Diffstat (limited to 'core')
-rw-r--r--core/views/quick_pane.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php
index 0f94a413..4c56842f 100644
--- a/core/views/quick_pane.html.php
+++ b/core/views/quick_pane.html.php
@@ -88,7 +88,7 @@
</a>
<ul id="gQuickPaneOptions" style="display: none">
- <li><a class="add_item gDialogLink" href="<?= url::site("form/add/albums/$item->id?type=photo") ?>"
+ <li><a class="add_item gDialogLink" href="<?= url::site("simple_uploader/app/$item->id") ?>"
title="<?= t("Add a photo") ?>">
<?= t("Add a photo") ?>
</a></li>