diff options
-rw-r--r-- | core/views/quick_pane.html.php | 2 |
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> |