From: Tobias Diekershoff Date: Tue, 17 May 2011 05:27:06 +0000 (+0200) Subject: fixed a comment... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85dc0826b6917d9809f9a7adeb3e0d015832ee91;p=friendica.git fixed a comment... --- diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php index d1c6fd0919..5ed92d13a1 100644 --- a/addon/statusnet/statusnet.php +++ b/addon/statusnet/statusnet.php @@ -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);