Bugfixing for CurlResult

This commit is contained in:
Philipp Holzer
2018-10-11 07:40:57 +02:00
parent ce2af45897
commit 2e8d9ba39b
9 changed files with 13 additions and 14 deletions

View File

@@ -231,7 +231,7 @@ function libertree_send(&$a,&$b) {
// 'token' => $ltree_api_token
];
$result = Network::post($ltree_blog, $params);
$result = Network::post($ltree_blog, $params)->getBody();
logger('libertree: ' . $result);
}
}