Skip to content

Commit

Permalink
Debug update spammer flag
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 18, 2024
1 parent e0af261 commit 85309a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backoffice/instance_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
if (!$error) {
$tmpcontract->fetch_thirdparty();
$tmpcontract->thirdparty->array_options['options_spammer'] = 1;
$tmpcontract->update($user, 1);
$tmpcontract->thirdparty->update($user, 1);
}

if (!$error) {
Expand Down
2 changes: 1 addition & 1 deletion class/actions_sellyoursaas.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ public function doMassActions($parameters, &$object, &$action)
if (!$error) {
$tmpcontract->fetch_thirdparty();
$tmpcontract->thirdparty->array_options['options_spammer'] = 1;
$tmpcontract->update($user, 1);
$tmpcontract->thirdparty->update($user, 1);
}

if (!$error) {
Expand Down

0 comments on commit 85309a3

Please sign in to comment.