Closed inureyes closed 10 years ago
Do not know why, but automatic code ticket matching is not working on this issue. (-)
For some cases, double slashes are appeared. (e.g. http://example.org//123 )
framework/model/URIHandler.php 181째 줄 $this->uri['permalink'] = rtrim($this->uri['default'].$this->suri['directive'].(empty($this->suri['id']) ? '/'.$this->suri['value'] : (substr($this->suri['directive'],-1)=='/' ? '' : '/').$this->suri['id']),'/');
이렇게 substr 함수 끼워 넣어 쓰고 있습니다. 숫자 글 주소 쓸 때만 $this->suri['directive']에 빗금이 덧붙는 듯 합니다.
@pat-al :+1:
Summary