Fix bug report on 100% scale
This commit is contained in:
parent
4fedb5fce0
commit
938a2e7de2
|
@ -95,7 +95,7 @@ if( !empty($_REQUEST['height']) )
|
|||
if ( $errorText )
|
||||
Error( $errorText );
|
||||
else
|
||||
if( $scale==100 && $width==0 && $height==0 )
|
||||
if( $scale==0 && $width==0 && $height==0 )
|
||||
readfile( ZM_DIR_EVENTS.'/'.$path );
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue