Fix bug report on 100% scale

This commit is contained in:
Linwood-F 2015-08-09 20:14:33 -04:00
parent 4fedb5fce0
commit 938a2e7de2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if( !empty($_REQUEST['height']) )
if ( $errorText ) if ( $errorText )
Error( $errorText ); Error( $errorText );
else else
if( $scale==100 && $width==0 && $height==0 ) if( $scale==0 && $width==0 && $height==0 )
readfile( ZM_DIR_EVENTS.'/'.$path ); readfile( ZM_DIR_EVENTS.'/'.$path );
else else
{ {