From: Tobias Diekershoff Date: Sun, 27 Feb 2011 09:36:52 +0000 (+0100) Subject: corrected wrong function call for notification of missing API Key X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b41b0fcba93ad1a393531cb18ae5e6957e284754;p=friendica.git corrected wrong function call for notification of missing API Key --- diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index 876a9740ba..d4d4cc4433 100644 --- a/addon/facebook/facebook.php +++ b/addon/facebook/facebook.php @@ -110,7 +110,7 @@ function facebook_content(&$a) { $appid = get_config('facebook','appid'); if(! $appid) { - notify( t('Facebook API key is missing.') . EOL); + notice( t('Facebook API key is missing.') . EOL); return ''; }