fixed a comment...
This commit is contained in:
parent
bc3eba713a
commit
85dc0826b6
|
@ -100,7 +100,7 @@ function statusnet_settings_post ($a,$post) {
|
||||||
if (isset($_POST['statusnet-consumersecret'])) {
|
if (isset($_POST['statusnet-consumersecret'])) {
|
||||||
// check if we can reach the API of the StatusNet server
|
// 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
|
// 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'];
|
$apibase = $_POST['statusnet-baseapi'];
|
||||||
$f = fopen( $apibase . 'statusnet/version.xml', 'r');
|
$f = fopen( $apibase . 'statusnet/version.xml', 'r');
|
||||||
$c = stream_get_contents($f);
|
$c = stream_get_contents($f);
|
||||||
|
|
Loading…
Reference in a new issue