--- mambo/branches/4.6/components/com_rss/rss.php 2006/09/20 13:57:33 724 +++ mambo/branches/4.6/components/com_rss/rss.php 2006/09/21 13:33:49 725 @@ -12,6 +12,8 @@ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); +global $mosConfig_absolute_path; + // load feed creator class require_once( $mosConfig_absolute_path .'/includes/feedcreator.class.php' );