Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Fix thumbnailcreator breakage resulting from refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen committed Jul 17, 2014
1 parent 65a2543 commit 83bae7e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
/** Component used to create thumbnails using phMagick library (on top of ImageMagick) */
class Thumbnailcreator_ImagemagickComponent extends AppComponent
{
public $moduleName = 'thumbnailcreator';

/**
* Create a 100x100 thumbnail from an item.
* Echoes an error message if a problem occurs (for the scheduler log)
Expand Down

0 comments on commit 83bae7e

Please sign in to comment.