fixed a comment...

This commit is contained in:
Tobias Diekershoff 2011-05-17 07:27:06 +02:00
parent bc3eba713a
commit 85dc0826b6
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function statusnet_settings_post ($a,$post) {
if (isset($_POST['statusnet-consumersecret'])) {
// check if we can reach the API of the StatusNet server
// we'll check the API Version for that, if we don't get one we'll try to fix the path but will
// resign
// resign quickly after this one try to fix the path ;-)
$apibase = $_POST['statusnet-baseapi'];
$f = fopen( $apibase . 'statusnet/version.xml', 'r');
$c = stream_get_contents($f);