소스 검색

Fixed typo.

Taddeus Kroes 14 년 전
부모
커밋
59872815d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pquery.template.php

+ 1 - 1
pquery.template.php

@@ -234,7 +234,7 @@ class pQueryTemplate extends pQuery implements pQueryExtension {
 	 * @param bool $relative Indicates whether the path is relative to the document root.
 	 */
 	static function add_root($path, $relative=true) {
-		$relative && $path = SITE_ROOT.$path;
+		$relative && $path = PQUERY_ROOT.$path;
 		preg_match('%/$%', $path) || $path .= '/';
 		
 		if( !is_dir($path) )