Changeset 2301
- Timestamp:
- 12/15/10 23:33:52 (17 months ago)
- Files:
-
- 1 modified
-
branches/1.5/libs/PageHandling.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/libs/PageHandling.php
r2298 r2301 150 150 151 151 if (FRIENDLY_URLS == 'true') { 152 $path = $this->friendlyToStandardUrl($ h, $path);152 $path = $this->friendlyToStandardUrl($path); 153 153 } 154 154