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