Closed (duplicate)
Project:
Flickr
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2007 at 07:06 UTC
Updated:
26 Nov 2008 at 19:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
seanrThe problem is that this field never gets set:
$account->flickr['nsid']
Comment #2
seanrFixed. Here's a patch. The problem is that the variable mentioned above gets set in the validation stage, but nothing gets returned from validate, except the original edit array, so the info has to be gotten again. This patch moves that into the right spot. It's not ideal, though, because it has to call flickr_user_find_by_identifier() twice (once in validate for the check and then again in insert/update). If anyone's got a better solution, I'm all ears.
Comment #3
seanrfixing status
Comment #4
drewish commentedthis was a duplicate of another issue that got fixed. it should be good to go now.
Comment #5
crgomo commentedI still having the same problem, and I don't know where to apply the patch, any help? thanks very much :D
Comment #6
steven07 commentedWhere do you put this patch??
Comment #7
hyunkeln commentedYou must manually apply the patch, the minus sign means that you must delete that code line, the plus means you musto add that line instead.
The "@"s will give you a clue of where to find the code, its a code line number