From 85dc0826b6917d9809f9a7adeb3e0d015832ee91 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 17 May 2011 07:27:06 +0200 Subject: [PATCH] fixed a comment... --- addon/statusnet/statusnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);