Skip to content

Commit

Permalink
Typo Contact controller
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Mar 1, 2024
1 parent c0433a0 commit 15b8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/marketing/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function send(): void {
$emails[] = $result['email'];
}
break;
case 'customer_all'
case 'customer_all':
$customer_data = [
'start' => ($page - 1) * 10,
'limit' => 10
Expand Down

0 comments on commit 15b8ada

Please sign in to comment.