X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fostatus.php;h=c3bdadf55b9522a714dc8ceaceb32ddc53d69d61;hb=86cae070f2a048e553c545caec54be72c1c14da5;hp=7644eacc094ab434f72fd74c209a2958574b06b0;hpb=12cc5f8360504988a09ae0313163f7d19bead2bb;p=friendica.git diff --git a/include/ostatus.php b/include/ostatus.php index 7644eacc09..c3bdadf55b 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -3,7 +3,8 @@ * @file include/ostatus.php */ -use \Friendica\Core\Config; +use Friendica\App; +use Friendica\Core\Config; require_once("include/Contact.php"); require_once("include/threads.php"); @@ -2192,7 +2193,7 @@ class ostatus { /** * @brief Creates the XML feed for a given nickname * - * @param app $a The application class + * @param App $a The application class * @param string $owner_nick Nickname of the feed owner * @param string $last_update Date of the last update * @@ -2288,4 +2289,3 @@ class ostatus { return(trim($doc->saveXML())); } } -?>