Unverified Commit 282b51f2 authored by Alexander Bukach's avatar Alexander Bukach Committed by Arne Jørgensen
Browse files

Issue #2366407 by Alex Bukach: Nodejs: The channel "ultimate_cron" doesn't exist

parent bcb0d930
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1785,3 +1785,10 @@ function ultimate_cron_watchdog_throwable($type, Throwable $exception, $message
  $variables += _drupal_decode_exception($exception);
  watchdog($type, $message, $variables, $severity, $link);
}

/**
 * Implements hook_nodejs_user_channels().
 */
function ultimate_cron_nodejs_user_channels($account) {
  return array('ultimate_cron');
}