mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Miscellaneous changes
* PHP code style fixes * Updated database schema for upgrade
This commit is contained in:
@@ -130,7 +130,7 @@ class FetchFile
|
||||
$error = true;
|
||||
kleeja_log(sprintf("cUrl error (#%d): %s\n", curl_errno($ch), htmlspecialchars(curl_error($ch))));
|
||||
}
|
||||
|
||||
|
||||
curl_close($ch);
|
||||
fclose($out);
|
||||
|
||||
@@ -145,7 +145,7 @@ class FetchFile
|
||||
$error = true;
|
||||
kleeja_log(sprintf("FetchFile error (curl: #%d): %s\n", curl_errno($ch), htmlspecialchars(curl_error($ch))));
|
||||
}
|
||||
|
||||
|
||||
curl_close($ch);
|
||||
|
||||
return isset($error) ? false : $data;
|
||||
|
||||
Reference in New Issue
Block a user