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