corrected wrong function call for notification of missing API Key
This commit is contained in:
parent
2b2d43cce5
commit
b41b0fcba9
|
@ -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 '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user