Sfoglia il codice sorgente

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

ravenlp 15 anni fa
parent
commit
33b3972835
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      archive.php

+ 1 - 1
archive.php Vedi 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"];