]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/LocationTest.php
Merge commit 'refs/merge-requests/43' of https://gitorious.org/social/mainline into...
[quix0rs-gnu-social.git] / tests / LocationTest.php
index 1badecb5db4de7152731bc4bff2e172df6c61264..a8447e1b48cb0bace3959d2150a8657b67c757bd 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';