Skip to content

Commit 837011d

Browse files
author
Mark Scherer
committed
Fix deprecations
1 parent 1f3423a commit 837011d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

View/Qurls/admin_index.ctp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ foreach ($qurls as $qurl): ?>
3131

3232
<td>
3333
<?php echo h($qurl['Qurl']['used']); ?>
34-
<div><?php echo $this->Format->yesNo($qurl['Qurl']['active'], __('Active'), __('Inactive')); ?></div>
34+
<div><?php echo $this->Format->yesNo($qurl['Qurl']['active'], ['onTitle' => __('Active'), 'offTitle' => __('Inactive')]); ?></div>
3535
</td>
3636
<td>
3737
<?php echo $this->Datetime->niceDate($qurl['Qurl']['last_used']); ?>

0 commit comments

Comments
 (0)