]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/siteprofile.php
GNUSOCIAL, not STATUSNET. Too many changes to be backwards compatible
[quix0rs-gnu-social.git] / lib / siteprofile.php
index 6ab095d7121cfa573945cb309500800685a55b5c..087dca48587759fef3e68d6e26023131384b7044 100644 (file)
@@ -28,7 +28,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('GNUSOCIAL')) {
     exit(1);
 }
 
@@ -149,7 +149,6 @@ class PrivateSite extends SiteProfileSettings
                     'Directory'               => null,
                     'ExtendedProfile'         => null,
                     'EmailRegistration'       => null,
-                    'NewMenu'                 => null,
                     'MobileProfile'           => null,
                 ))
              ),
@@ -233,7 +232,6 @@ class SingleuserSite extends SiteProfileSettings
             'plugins' => array(
                 'core'    => self::corePlugins(),
                 'default' => array_merge(self::defaultPlugins(), array(
-                    'NewMenu'                 => null,
                     'MobileProfile'           => null,
                     'OStatus'                 => null,
                     'TwitterBridge'           => null,