corrected wrong function call for notification of missing API Key
This commit is contained in:
parent
2b2d43cce5
commit
b41b0fcba9
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ function facebook_content(&$a) {
|
||||||
$appid = get_config('facebook','appid');
|
$appid = get_config('facebook','appid');
|
||||||
|
|
||||||
if(! $appid) {
|
if(! $appid) {
|
||||||
notify( t('Facebook API key is missing.') . EOL);
|
notice( t('Facebook API key is missing.') . EOL);
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue