I'm not entirely sure why simplefeed_link uses 'href' => 'feeds/refresh/' . $node->vid. Is this a typo? If it's not, why break from tradition and expose vids in the URL scheme, when the rest of core uses nids?
I'm not entirely sure why simplefeed_link uses 'href' => 'feeds/refresh/' . $node->vid. Is this a typo? If it's not, why break from tradition and expose vids in the URL scheme, when the rest of core uses nids?
Comments
Comment #1
FiReaNGeL commentedIf I remember well I coded the manual refresh part and it was one of my first contributions, so yeah, just a mistake on my part. Didn't catch it cause I never found a use for the revision system. Just change it to nid :)
Comment #2
csevb10 commentedIt now uses nid as would be expected.
Comment #3
m3avrck commentedIndeed, see this commit which fixes it entirely and improves performance: http://drupal.org/cvs?commit=100084
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.