Minor fix

(cherry picked from commit 43ad1c0f55)
This commit is contained in:
fbsanchez 2016-10-14 11:54:24 +02:00
parent d0a83b5021
commit a00eb51924
1 changed files with 1 additions and 1 deletions

View File

@ -2082,7 +2082,7 @@ function is_snapshot_data ($data) {
$temp = array(); $temp = array();
$count = preg_match_all ("/\n/", $data, $temp); $count = preg_match_all ("/\n/", $data, $temp);
if ( ($count > 2) || (is_image_data($data) ) if ( ($count > 2) || (is_image_data($data)) )
return 1; return 1;
else else
return 0; return 0;