]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/UUIDTest.php
Possible hack for tags from private dents in public profile or wrong scope (both...
[quix0rs-gnu-social.git] / tests / UUIDTest.php
index e78d5ce1bce7e71b46f147a23695b6b78ed6c054..ce330d7ac6d8f1d8f612e22a99acc3f4a6cb3890 100644 (file)
@@ -6,7 +6,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
+define('GNUSOCIAL', true);
+define('STATUSNET', true);  // compatibility
 
 require_once INSTALLDIR . '/lib/common.php';