I got some errors on crss/nodetype/[type] when using tac_lite http://drupal.org/project/tac_lite. Here are the changes that fixed it for me.
I changed this:
db_rewrite_sql("SELECT nid FROM {node} ...
to this:
db_rewrite_sql("SELECT n.nid FROM {node} n ...
The variabel typename was never set so I added:
$typename = node_get_name($type);
| Comment | File | Size | Author |
|---|---|---|---|
| commentrss-1.patch | 1.32 KB | frjo |
Comments
Comment #1
gábor hojtsyPatch committed into HEAD and 4.7, thanks for the fix.
Comment #2
(not verified) commented