]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subedit.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / actions / subedit.php
index 3320bdc599c2d2c47baa473e938d4cd894733424..cf6589e50420baafb6cf2b5fa50711109e6bb1c9 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('STATUSNET')) { exit(1); }
+if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
 class SubeditAction extends Action
 {