mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix
(cherry picked from commit 43ad1c0f550bad487382ed6b29b0316b7f9c0b82)
This commit is contained in:
parent
d0a83b5021
commit
a00eb51924
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user