El RIDO пре 8 месеци
родитељ
комит
fc4a92e6a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/Data/S3Storage.php

+ 1 - 1
lib/Data/S3Storage.php

@@ -216,7 +216,7 @@ class S3Storage extends AbstractData
             error_log('failed to read ' . $pasteid . ' from ' . $this->_bucket . ', ' .
                 trim(preg_replace('/\s\s+/', ' ', $e->getMessage())));
         } catch (JsonException $e) {
-            error_log('failed to JSON decode ' . $key . ', ' . $e->getMessage());
+            error_log('failed to JSON decode ' . $pasteid . ', ' . $e->getMessage());
         }
         return false;
     }