The file /includes/modules/pages/redirect/header_php.php does not include a call to $zco_notifier->notify() at its onset, making it impossible to override with an observer class. Suggested correction:
Code:<?php /** * redirect handler * * @package page * @copyright Copyright 2003-2011 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: header_php.php 19516 2011-09-14 21:27:30Z wilt $ */ if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } // This should be the first line of the script $zco_notifier->notify('NOTIFY_HEADER_START_REDIRECT'); switch ($_GET['action']) {


Reply With Quote
