diff --git a/File.class.php b/File.class.php index 2644a24..31d2d0e 100644 --- a/File.class.php +++ b/File.class.php @@ -101,7 +101,7 @@ abstract class File */ public function getWebName() { - return (($this->getIsNoEmpty()) ? ($this->path . '/' . $this->filename) : ''); + return (($this->getIsNoEmpty()) ? ($this->path . '/' . $this->filename) : '_.gif'); } public function __toString()