Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add additional logging on errors
  • Loading branch information
0bitus committed Sep 19, 2019
1 parent e82f961 commit 4ad93f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/class.Subscription.php
Expand Up @@ -290,6 +290,8 @@ private function sync_external_user_table($sID) {
if ($ext_db->query($sql) === FALSE) {
$this->exception($ext_db->error);
return FALSE;
} else {
$this->log("Failed to delete subscription #{$sID} from external user table, active subscribtion not found in local table (TYPE " . gettype($sub) . ")");
}
}
} else {
Expand Down

0 comments on commit 4ad93f3

Please sign in to comment.