Skip to content

Commit

Permalink
Update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ecartz committed Dec 5, 2021
1 parent 4396588 commit 7988ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/includes/actions/specials/infoboxes/delete.php
Expand Up @@ -15,7 +15,7 @@
$link = $GLOBALS['Admin']->link('specials.php')->retain_query_except(['action']);
$contents = ['form' => new Form('specials', (clone $link)->set_parameter('action', 'delete_confirm'))];
$contents[] = ['text' => TEXT_INFO_DELETE_INTRO];
$contents[] = ['text' => '<strong>' . $sInfo->products_name . '</strong>'];
$contents[] = ['text' => '<strong>' . $table_definition['info']->products_name . '</strong>'];
$contents[] = [
'class' => 'text-center',
'text' => new Button(IMAGE_DELETE, 'fas fa-trash', 'btn-danger mr-2')
Expand Down

0 comments on commit 7988ebd

Please sign in to comment.