Changeset 481

Show
Ignore:
Timestamp:
02/18/08 13:57:47 (11 months ago)
Author:
padams
Message:

added missing namsspcae to feed tracking param.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/owa_wp.php

    r480 r481  
    7272                                           'feed', 
    7373                                           $this->config['ns'].$this->config['feed_subscription_param'], 
    74                                            $_GET[$this->config['feed_subscription_param']]); 
     74                                           $_GET[$this->config['ns'].$this->config['feed_subscription_param']]); 
    7575                                           
    7676        }