--- mambo/branches/4.6/includes/pathway.php 2006/01/07 21:26:39 117 +++ mambo/branches/4.6/includes/pathway.php 2006/02/07 18:03:58 238 @@ -10,7 +10,7 @@ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); -$pathway = mosPathway::getInstance(); +$pathway =& mosPathway::getInstance(); echo $pathway->makePathway(); ?>