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