]> git.mxchange.org Git - friendica.git/commitdiff
corrected wrong function call for notification of missing API Key
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 27 Feb 2011 09:36:52 +0000 (10:36 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 27 Feb 2011 09:36:52 +0000 (10:36 +0100)
addon/facebook/facebook.php

index 876a9740ba6b5844c20d40c1543c072c10fc835a..d4d4cc44334ed9517c363f516cdb4cd813fa759a 100644 (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 '';
        }