Skip to content

Commit

Permalink
Fix reference to undefined variable $post it should be read from `$…
Browse files Browse the repository at this point in the history
…this`
  • Loading branch information
oppiansteve committed Jan 9, 2020
1 parent 15b1a2b commit f72cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syndicatedpostterm.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function insert ($tax = NULL) {
'term insertion problem', array(
'term' => $this->term,
'result' => $aTerm,
'post' => $post,
'post' => $this->post,
'this' => $this
), __LINE__, __FILE__
);
Expand Down

0 comments on commit f72cf72

Please sign in to comment.