]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/currentuserdesignaction.php
Fix for API group methods, caused failure or output corruption when pulling up local...
[quix0rs-gnu-social.git] / lib / currentuserdesignaction.php
index 7ff7c3399abe2d69c35afd8825da1ae7f82acdf9..c2f38cd00bce98c201a2cfe7ae383140cbcd8345 100644 (file)
  *
  * @category  Action
  * @package   StatusNet
- * @author    Evan Prodromou <evan@controlyourself.ca>
+ * @author    Evan Prodromou <evan@status.net>
  * @copyright 2009 StatusNet, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -39,7 +39,7 @@ if (!defined('LACONICA')) {
  *
  * @category Action
  * @package  StatusNet
- * @author   Evan Prodromou <evan@controlyourself.ca>
+ * @author   Evan Prodromou <evan@status.net>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  *