drop dead code

This commit is contained in:
mappu 2015-04-05 15:50:03 +12:00
parent 2f254fd355
commit 42f4bca8ba
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class CProject {
if (count($this->images)) {
$this->homeimage = mkthumbnail(
$this->dir.$this->images[0], //BASEDIR.'wwwroot/srv/'.$this->projname.'_0.'.str_ext($this->images[0]),
$this->dir.$this->images[0],
null, // raw handle
INDEX_THUMB_W, INDEX_THUMB_H
);