Closed (fixed)
Project:
RDF Extensions
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Apr 2011 at 12:26 UTC
Updated:
13 May 2011 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
scor commentedyes, this is due to a silly copy/paste in rdfx_build_rdf_user():
$res_uri = url('user/' . $user->uid, array('fragment' => 'this', 'absolute' => TRUE));
should be
$res_uri = url('user/' . $user->uid, array('fragment' => 'me', 'absolute' => TRUE));
That's an easy fix, tagging novice.
Comment #2
davidseth commentedPut novice hat on! haha
Here you go!
Comment #3
scor commentedHey David, nice to see in the issue queue :)
Thanks for the patch, committed: 13cc7d6.
Comment #5
milesw commented