]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_notices_rendered.php
suppress notice for undefined prompt variable when console.php is used from non-inter...
[quix0rs-gnu-social.git] / scripts / fixup_notices_rendered.php
index 9e707dab0cca1769780f3e2a9f45e4301281d062..359cd6cce46570d06b1e3f458326a80787443cdc 100755 (executable)
@@ -25,7 +25,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
+define('LACONICA', true); // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');