This commit is contained in:
Tobias Hößl 2012-02-26 20:36:24 +00:00
parent c51ae6551d
commit b83a5a7424
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function facebook_init(&$a) {
if (x($_REQUEST, "realtime_cb") && x($_REQUEST, "realtime_cb")) {
logger("facebook_init: Facebook Real-Time callback called", LOGGER_DEBUG);
if (x($_REQUEST["hub_verify_token"])) {
if (x($_REQUEST, "hub_verify_token")) {
// this is the verification callback while registering for real time updates
$verify_token = get_config('facebook', 'cb_verify_token');