Changeset 2301

Show
Ignore:
Timestamp:
12/15/10 23:33:52 (17 months ago)
Author:
nick_ramsay
Message:

[1.5] Fix for object passed to friendlyToSTandardUrl() instead of a string.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/libs/PageHandling.php

    r2298 r2301  
    150150 
    151151                        if (FRIENDLY_URLS == 'true') { 
    152                                 $path = $this->friendlyToStandardUrl($h, $path); 
     152                                $path = $this->friendlyToStandardUrl($path); 
    153153                        } 
    154154