]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/featured.php
Fix reference to sources class variable
[quix0rs-gnu-social.git] / actions / featured.php
index 4211c67eae34d65b00e2db351c674547449fc40a..39bf09d8f07b125e278ba20315aea786ec2d0145 100644 (file)
  *
  * @category  Public
  * @package   StatusNet
- * @author    Zach Copley <zach@controlyourself.ca>
- * @author    Evan Prodromou <evan@controlyourself.ca>
+ * @author    Zach Copley <zach@status.net>
+ * @author    Evan Prodromou <evan@status.net>
  * @copyright 2008-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);
 }
 
@@ -40,8 +40,8 @@ require_once INSTALLDIR.'/lib/publicgroupnav.php';
  *
  * @category Public
  * @package  StatusNet
- * @author   Zach Copley <zach@controlyourself.ca>
- * @author   Evan Prodromou <evan@controlyourself.ca>
+ * @author   Zach Copley <zach@status.net>
+ * @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/
  */