]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atom10feed.php
Introduced isCurrentProfileInScope() which shall check if current profile is
[quix0rs-gnu-social.git] / lib / atom10feed.php
index 0d2e0796da61642e7e876038e285a8e505e7b1c0..77e05b8ca56f5d4ee4d461fb1bc15c0b46c265d5 100644 (file)
@@ -168,7 +168,7 @@ class Atom10Feed extends XMLStringer
         $this->element(
             'generator', array(
                 'uri'     => 'http://status.net',
-                'version' => STATUSNET_VERSION
+                'version' => GNUSOCIAL_VERSION
             ),
             'StatusNet'
         );