From 21a79c502f26283c3f5ecef5624c9273237218ec Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 22 Feb 2016 16:13:14 +0000 Subject: [PATCH] fix egw_json::sendHeader() should not be called static warning --- phpgwapi/inc/class.egw_json.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_json.inc.php b/phpgwapi/inc/class.egw_json.inc.php index 536c1cbcbc..6e155dceb1 100644 --- a/phpgwapi/inc/class.egw_json.inc.php +++ b/phpgwapi/inc/class.egw_json.inc.php @@ -455,7 +455,7 @@ class egw_json_response extends egw_json_msg /** * Private function used to send the HTTP header of the JSON response */ - private function sendHeader() + private static function sendHeader() { $file = $line = null; if (headers_sent($file, $line))