Download & Extend

Unselecting a service has no impact

Project:Blog reactions
Version:5.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:sanduhrs
Status:closed (fixed)

Issue Summary

I've unchecked Blogsearch and Bloglines on admin/settings/blog_reactions. Despite of my settings the services are queried and the results are inserted into the database. I'm not a talented programmer but I think it has something to do with the conditions in blog_reactions_fetch(). For example IMHO

if (in_array('blogsearch', $services)) {

is always true. Shouldn't we change it to

if ($services['blogsearch']) {

Comments

#1

Assigned to:Anonymous» sanduhrs
Status:active» fixed

You're absolutely right.
Fixed and commited to 5,6,HEAD.
Thanks.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

nobody click here