From 9bdb4db8874675ef2e9819fefcb7ab0bda6cff5c Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Mon, 30 Dec 2019 23:45:42 +0100 Subject: [PATCH] Replace comment --- src/Protocol/OStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index c78380bb49..21659a6036 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -1303,7 +1303,7 @@ class OStatus XML::addElement($doc, $root, "link", "", $attributes); /// @TODO We have to find out what this is - /// $attributes = array("href" => System::baseUrl()."/sup", + /// $attributes = array("href" => DI::baseUrl()."/sup", /// "rel" => "http://api.friendfeed.com/2008/03#sup", /// "type" => "application/json"); /// XML::addElement($doc, $root, "link", "", $attributes);