diff --git a/include/ws_functions/pwg.php b/include/ws_functions/pwg.php index e04dc410d..bc81f1f49 100644 --- a/include/ws_functions/pwg.php +++ b/include/ws_functions/pwg.php @@ -475,7 +475,7 @@ SELECT { $row['details'] = str_replace('`groups`', 'groups', $row['details']); $row['details'] = str_replace('`rank`', 'rank', $row['details']); - $details = unserialize($row['details']); + $details = @unserialize($row['details']); if (isset($details['method'])) {