radgeek / feedwordpress

FeedWordPress: simple and flexible Atom/RSS syndication for WordPress
119 stars 64 forks source link

Undefined variable $record in search() in sydicatiedpostterm.class.php line 93 #50

Closed hughiemolloy closed 9 years ago

hughiemolloy commented 9 years ago

This gets called every time a posts imported.

radgeek commented 9 years ago

Thanks for catching this. I checked the code causing the problem and fortunately, the won't harm functionality at all; it is simply a matter of a status message depending on a variable that had previously existed in that method, but then later was moved to a different method. I'll make a change that will suppress the warning message you're seeing when I get home later this afternoon.

radgeek commented 9 years ago

This should be fixed by https://github.com/radgeek/feedwordpress/commit/d826202f07728c36eaea1356ee205931c9df8c55

hughiemolloy commented 9 years ago

Brilliant thanks.

Hughie Molloy

Kaldor Ltd - Winner of AOP's One to Watch award 143 Long Acre, London WC2E 9AD +44 203 4055231

www.pugpig.com @pugpig

On 23 August 2015 at 00:36, Charles Johnson notifications@github.com wrote:

This should be fixed by d826202 https://github.com/radgeek/feedwordpress/commit/d826202f07728c36eaea1356ee205931c9df8c55

— Reply to this email directly or view it on GitHub https://github.com/radgeek/feedwordpress/issues/50#issuecomment-133764386 .