diff --git a/pages/audit.php b/pages/audit.php index cdb53ac49..4ef25cc23 100644 --- a/pages/audit.php +++ b/pages/audit.php @@ -25,13 +25,14 @@ /** * Adds the context parameters to the audit rule query * - * @param DBObjectSearch $oFilter + * @param DBSearch $oFilter * @param ApplicationContext $oAppContext * * @throws \CoreException * @throws \CoreWarning + * @throws \Exception */ -function FilterByContext(DBObjectSearch &$oFilter, ApplicationContext $oAppContext) +function FilterByContext(DBSearch &$oFilter, ApplicationContext $oAppContext) { $sObjClass = $oFilter->GetClass(); $aContextParams = $oAppContext->GetNames();