Browse Source

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

ravenlp 15 years ago
parent
commit
33b3972835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archive.php

+ 1 - 1
archive.php View File

@@ -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"];