From: Sam Reed Date: Thu, 28 Jul 2011 00:23:52 +0000 (+0000) Subject: Fix syntax error from r93343 X-Git-Tag: 1.31.0-rc.0~28579 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=cded40da01634b07bf4c4af9a3ac9a4a707ce097;p=lhc%2Fweb%2Fwiklou.git Fix syntax error from r93343 --- diff --git a/includes/profiler/ProfilerSimpleUDP.php b/includes/profiler/ProfilerSimpleUDP.php index 77fdf34341..b13634eb09 100644 --- a/includes/profiler/ProfilerSimpleUDP.php +++ b/includes/profiler/ProfilerSimpleUDP.php @@ -19,8 +19,8 @@ class ProfilerSimpleUDP extends ProfilerSimple { # Less than minimum, ignore return; } - - if ( !function_exists( 'socket_create' ) ) + + if ( !function_exists( 'socket_create' ) ) { # Sockets are not enabled return; }