mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fix specifier
This commit is contained in:
@@ -183,7 +183,7 @@ class FetchFile
|
||||
else
|
||||
{
|
||||
$error = error_get_last();
|
||||
kleeja_log(sprintf("FetchFile error (stream: #%d): %s\n", $error['type'], $error['message']));
|
||||
kleeja_log(sprintf("FetchFile error (stream: #%s): %s\n", $error['type'], $error['message']));
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user