Show
Ignore:
Timestamp:
06/05/10 00:26:20 (2 years ago)
Author:
ort
Message:

fix router and rss

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/classes/Router.class.php

    r852 r915  
    276276         */ 
    277277        static public function GetAction() { 
    278                 return self::$sAction;           
     278                return self::getInstance()->Standart(self::$sAction);            
    279279        } 
    280280