Changeset 951

Show
Ignore:
Timestamp:
07/06/10 16:19:17 (2 months ago)
Author:
ort
Message:

fix router

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/classes/actions/ActionTag.class.php

    r756 r951  
    5252                 * Получаем тег из УРЛа 
    5353                 */ 
    54                 $sTag=urldecode($this->sCurrentEvent); 
     54                $sTag=$this->sCurrentEvent; 
    5555                /** 
    5656                 * Передан ли номер страницы 
  • trunk/engine/classes/Router.class.php

    r950 r951  
    125125                        $aRequestUrl=array(); 
    126126                } 
     127                $aRequestUrl = array_map('urldecode',$aRequestUrl); 
    127128                return $aRequestUrl; 
    128129        }