corrected wrong function call for notification of missing API Key

pull/1/head
Tobias Diekershoff 2011-02-27 10:36:52 +01:00
rodzic 2b2d43cce5
commit b41b0fcba9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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