Skip to content

Commit

Permalink
MINOR Merge error
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102887 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Apr 14, 2010
1 parent 7e686e2 commit af88731
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/model/Image.php
Expand Up @@ -81,13 +81,6 @@ public function exists() {
}
}

function onBeforeDelete() {
parent::onBeforeDelete();

// Delete the temp verions of this file in assets/_resampled
$this->deleteFormattedImages();
}

/**
* Return an XHTML img tag for this Image.
* @return string
Expand Down

0 comments on commit af88731

Please sign in to comment.