Skip to content

Commit

Permalink
adding dbug
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Jan 24, 2022
1 parent 9f7ec14 commit dbf3674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/base/crawlReferralCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public function updateReferrer($id)
$r->crawlReferer();

if ( $r->isDirty() ) {
$r->update();
owa_coreAPI::debug('dirty columns:');
owa_coreAPI::debug( $r->dirty );
$r->save();
}
}

Expand Down

0 comments on commit dbf3674

Please sign in to comment.