Merge branch 'master' of dimti.ru:lib/Image

This commit is contained in:
Alexander Demidov
2013-11-20 17:30:37 +04:00

View File

@ -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()