소스 검색

Same problem as the previous rev, the lack of the util:: in the functions

ravenlp 15 년 전
부모
커밋
33b3972835
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      archive.php

+ 1 - 1
archive.php 파일 보기

@@ -77,7 +77,7 @@ function handleNode($node) {
77 77
 				$output['link'] = $node["url"];
78 78
 				break;
79 79
 			case 'photo':				
80
-				$fileName = "uploads/".getFileName($node["url"]);
80
+				$fileName = "uploads/".util::getFileName($node["url"]);
81 81
 				$x = @getimagesize($fileName);
82 82
                 if ($x[0] > 500) {
83 83
 					$photoPath = $conf->urlGelato."/classes/imgsize.php?w=500&img=".$node["url"];