Browse Source

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

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