Skip to content

Commit

Permalink
Removed unused array.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Mehtarizadeh committed Mar 3, 2022
1 parent 81f83ea commit a25a7f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/Controllers/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,13 +662,6 @@ public function Delete(int $source_id = Null) {
if ($source) {
$uidata->data['source_id'] = $source_id;
$uidata->data['source_name'] = $source['name'];
$data = [
'name' => 'newsletter',
'id' => 'newsletter',
'value' => 'accept',
'checked' => TRUE,
'style' => 'margin:10px'
];
$uidata->data['confirm'] = array(
'name' => 'confirm',
'type' => 'radio',
Expand Down

0 comments on commit a25a7f9

Please sign in to comment.