Closed (fixed)
Project:
SIOC
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Dec 2005 at 15:15 UTC
Updated:
20 Dec 2005 at 22:30 UTC
In some references to internal resources, sioc.module uses $base_url."path" to define linked resources (w/ rdfs:seeAlso).
Yet, some drupal websites use http://mydrupal/?q=/node/id URL syntax instead of http://mydrupal/node/id, depending on their configuration.
So you had better to use url("path", [params]) anytime, so that there won't be broken links in references.
Comments
Comment #1
terraces commentedFixed in CVS