mass_url breaks rss feed of blog overview

yelvington - March 15, 2005 - 16:06
Project:Mass URL
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

/blog/feed is not found after this module is installed.

I added the following at the top of function _mass_url_user_page() , right after the $url_username assignment.

<?php
 
if (($page_type == 'blog') && ($url_username == 'feed'))
        {
       
blog_feed_last();
        return;
        }
?>

This fixed the problem but may not be the way you want to do it.

 
 

Drupal is a registered trademark of Dries Buytaert.