[pLog-svn] r2408 - plog/branches/plog-1.0.2/class/gallery/resizers

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Thu Aug 11 07:24:43 GMT 2005


Author: pwestbro
Date: 2005-08-11 07:24:41 +0000 (Thu, 11 Aug 2005)
New Revision: 2408

Modified:
   plog/branches/plog-1.0.2/class/gallery/resizers/galleryimagemagickresizer.class.php
Log:
Fixed a misspelled variable name


Modified: plog/branches/plog-1.0.2/class/gallery/resizers/galleryimagemagickresizer.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/gallery/resizers/galleryimagemagickresizer.class.php	2005-08-10 16:40:49 UTC (rev 2407)
+++ plog/branches/plog-1.0.2/class/gallery/resizers/galleryimagemagickresizer.class.php	2005-08-11 07:24:41 UTC (rev 2408)
@@ -35,7 +35,7 @@
             $convertPath = $config->getValue( "path_to_convert", DEFAULT_PATH_TO_CONVERT );
                 // run the command
             $command = $convertPath." -geometry ".$width."x".$height." ".$this->_image." ".$outFile;
-            $cmdOuput = system($command, $retval);
+            $cmdOutput = system($command, $retval);
             
                 // check if there was an error creating the thubmnail
             if($cmdOutput === FALSE || $retval )




More information about the pLog-svn mailing list