From: Hypolite Petovan Date: Wed, 17 Oct 2018 11:48:32 +0000 (-0400) Subject: [buffer] Fix Undefined offset: 504 notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=68f344baa0a86068050af891e1768270691f6a15;p=friendica-addons.git [buffer] Fix Undefined offset: 504 notice --- diff --git a/buffer/bufferapp.php b/buffer/bufferapp.php index a222b23e..a9aeb49e 100644 --- a/buffer/bufferapp.php +++ b/buffer/bufferapp.php @@ -45,6 +45,7 @@ '403' => 'Permission denied.', '404' => 'Endpoint not found.', '405' => 'Method not allowed.', + '504' => 'Gateway timeout server response timeout.', '1000' => 'An unknown error occurred.', '1001' => 'Access token required.', '1002' => 'Not within application scope.',