Update events.php

This commit is contained in:
FusionPBX 2017-01-14 16:03:29 -07:00 committed by GitHub
parent 0601c4ad71
commit ca9dd75335
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class events {
/**
* check for required headers
* @param string $category
* @return bolean $value
* @return boolean $value
*/
public function check_required($category) {
foreach ($this->required['headers'] as &$header) {