Explorar el Código

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

ravenlp hace 17 años
padre
commit
33b3972835
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      archive.php

+ 1 - 1
archive.php Ver fichero

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