corrected wrong function call for notification of missing API Key

This commit is contained in:
Tobias Diekershoff 2011-02-27 10:36:52 +01:00
parent 2b2d43cce5
commit b41b0fcba9
1 changed files with 1 additions and 1 deletions

View File

@ -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 '';
}