summaryrefslogtreecommitdiff
path: root/actions/subedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/subedit.php')
-rw-r--r--actions/subedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/subedit.php b/actions/subedit.php
index 853ac12a2..3320bdc59 100644
--- a/actions/subedit.php
+++ b/actions/subedit.php
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-if (!defined('LACONICA')) { exit(1); }
+if (!defined('STATUSNET')) { exit(1); }
class SubeditAction extends Action
{