Closed (fixed)
Project:
Aggregation
Version:
5.x-4.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
11 Apr 2008 at 19:23 UTC
Updated:
18 Apr 2008 at 22:35 UTC
There is a bug in the function "aggregation_feed_update($node)"in line 602:
as is: "username = '%s', %s refresh_interval = %d,"
as must be: "username = '%s', password = '%s', refresh_interval = %d,"
As result of the bug is inapropriate saving of the password
Comments
Comment #1
Ashraf Amayreh commentedWas a little attempt to avoid 2 update statements. Fixed in next realease.
Comment #2
Ashraf Amayreh commentedClosing it...