summaryrefslogtreecommitdiff
path: root/core/helpers/core_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r--core/helpers/core_block.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php
index 0976c37a..f4224190 100644
--- a/core/helpers/core_block.php
+++ b/core/helpers/core_block.php
@@ -35,8 +35,8 @@ class core_block_Core {
public static function thumb_top($theme, $child) {
if ($child->type == "photo" && access::can("edit", $child)) {
- $edit_link = url::site("quick/edit/$child->id");
- return "<div class=\"gQuick\" quick_link=\"$edit_link\">";
+ $edit_link = url::site("quick/pane/$child->id");
+ return "<div class=\"gQuick\" href=\"$edit_link\">";
}
}