From 568ec10605d97a02208bc38dbdb43e653dfe1add Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 22 Apr 2007 22:03:02 +0000 Subject: [PATCH] syntax error --- includes/Wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Wiki.php b/includes/Wiki.php index 0080c6766f..dbdec4a184 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -61,7 +61,7 @@ class MediaWiki { list( $host, $lag ) = $wgLoadBalancer->getMaxLag(); if ( $lag > $maxLag ) { header( 'HTTP/1.1 503 Service Unavailable' ); - header( 'Retry-After: ' . max( intval( $maxLag ), 5 ); + header( 'Retry-After: ' . max( intval( $maxLag ), 5 ) ); header( 'Content-Type: text/plain' ); echo "Waiting for $host: $lag seconds lagged\n"; return false; -- 2.20.1