Skip to content

Commit

Permalink
Remove deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Mar 31, 2015
1 parent 63ed308 commit ab8b0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions View/Queue/admin_index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ if (empty($data)) {

<div class="actions">
<ul>
<li><?php echo $this->Form->postLink(__d('queue', 'Reset %s', __d('queue', 'Queue Tasks')), ['action' => 'reset'], [], __d('queue', 'Sure? This will completely reset the queue.')); ?></li>
<li><?php echo $this->Form->postLink(__d('queue', 'Reset %s', __d('queue', 'Queue Tasks')), ['action' => 'reset'], ['confirm' => __d('queue', 'Sure? This will completely reset the queue.')]); ?></li>
</ul>
</div>
</div>

0 comments on commit ab8b0a9

Please sign in to comment.