mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Minor fix
This commit is contained in:
parent
2513dea2b5
commit
43ad1c0f55
@ -2090,7 +2090,7 @@ function is_snapshot_data ($data) {
|
||||
$temp = array();
|
||||
$count = preg_match_all ("/\n/", $data, $temp);
|
||||
|
||||
if ( ($count > 2) || (is_image_data($data) )
|
||||
if ( ($count > 2) || (is_image_data($data)) )
|
||||
return 1;
|
||||
else
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user