Rewrote all the command line utilities.
This commit is contained in:
parent
3ead160201
commit
505aa5809c
9 changed files with 505 additions and 349 deletions
|
|
@ -56,7 +56,7 @@ These methods are available from this class:
|
|||
#-------------------------------------------------------------------
|
||||
# extended only to save info to database
|
||||
sub createThumbnail {
|
||||
$_[0]->SUPER::createThumbnail(@_);
|
||||
$_[0]->SUPER::createThumbnail($_[1]);
|
||||
if ($_[1] != $_[0]->get("thumbnailSize")) {
|
||||
$_[0]->set({thumbnailSize=>$_[1]});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue