]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/TagURITest.php
Added missing isPrivateScope().
[quix0rs-gnu-social.git] / tests / TagURITest.php
index d23f8bfe6672214f3024348639f4b36f8a8414bf..ccc80b8064ea0feeaeabacd65aff3525193b2759 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';