Removed empty rule

pull/627/head
TimZ99 2018-08-29 21:35:31 +02:00
parent 5d0900958e
commit b40d955ce0
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ function psm_curl_get($href, $header = false, $body = true, $timeout = null, $ad
} }
$result = curl_exec($ch); $result = curl_exec($ch);
curl_close($ch); curl_close($ch);
return $result; return $result;