]> git.mxchange.org Git - friendica.git/commitdiff
fixed a comment...
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 17 May 2011 05:27:06 +0000 (07:27 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 17 May 2011 05:27:06 +0000 (07:27 +0200)
addon/statusnet/statusnet.php

index d1c6fd09193e56232ae3f470d74acef2ee6830c6..5ed92d13a1ce228b6181eff7387490c0d7106054 100644 (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);