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