diff --git a/htdocs/admin/system/xdebug.php b/htdocs/admin/system/xdebug.php index 67040771992..97829a57bd1 100644 --- a/htdocs/admin/system/xdebug.php +++ b/htdocs/admin/system/xdebug.php @@ -93,7 +93,7 @@ if (function_exists('socket_create')) echo "There is no Remote debug server at this address.\n"; } socket_close($client); - socket_close($sock); + socket_close($socket); } else {