summaryrefslogtreecommitdiff
path: root/core/views/quick_edit.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/quick_edit.html.php')
-rw-r--r--core/views/quick_edit.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/quick_edit.html.php b/core/views/quick_edit.html.php
index a7df97f1..940c5c2a 100644
--- a/core/views/quick_edit.html.php
+++ b/core/views/quick_edit.html.php
@@ -1,13 +1,13 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? if ($item->type == "photo"): ?>
<div class="rotate-counter-clockwise"
- quickedit_link="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>">
+ quick_link="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>">
<span>
<?= _("Rotate CCW") ?>
</span>
</div>
<div class="rotate-clockwise"
- quickedit_link="<?= url::site("quick/rotate/$item->id/cw?csrf=" . access::csrf_token()) ?>">
+ quick_link="<?= url::site("quick/rotate/$item->id/cw?csrf=" . access::csrf_token()) ?>">
<span>
<?= _("Rotate CCW") ?>
</span>