diff options
Diffstat (limited to 'actions/groupunblock.php')
-rw-r--r-- | actions/groupunblock.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/groupunblock.php b/actions/groupunblock.php index 45d70841c..248b2a0a7 100644 --- a/actions/groupunblock.php +++ b/actions/groupunblock.php @@ -27,7 +27,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET')) { exit(1); } |