The poller is now the worker

This commit is contained in:
Michael 2017-11-19 21:47:21 +00:00
commit 920160cb28
14 changed files with 41 additions and 41 deletions

View file

@ -618,7 +618,7 @@ function is_ajax()
/**
* @brief Function to check if request was an AJAX (xmlhttprequest) request.
*
* @param boolean $via_worker boolean Is the check run via the poller?
* @param boolean $via_worker boolean Is the check run via the worker?
*/
function check_db($via_worker)
{