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