aboutsummaryrefslogtreecommitdiffstats
path: root/addon/statusnet/statusnet.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-05-17 07:27:06 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-05-17 07:27:06 +0200
commit85dc0826b6917d9809f9a7adeb3e0d015832ee91 (patch)
tree4494c7fc508759bcd909390f4c0569af603a9407 /addon/statusnet/statusnet.php
parentbc3eba713ae5218f9c9e1e442453bcda1b6ef5a9 (diff)
downloadvolse-hubzilla-85dc0826b6917d9809f9a7adeb3e0d015832ee91.tar.gz
volse-hubzilla-85dc0826b6917d9809f9a7adeb3e0d015832ee91.tar.bz2
volse-hubzilla-85dc0826b6917d9809f9a7adeb3e0d015832ee91.zip
fixed a comment...
Diffstat (limited to 'addon/statusnet/statusnet.php')
-rw-r--r--addon/statusnet/statusnet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php
index d1c6fd091..5ed92d13a 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);