Skip to content

Commit

Permalink
typo: fix proper casing of SLog
Browse files Browse the repository at this point in the history
  • Loading branch information
grammmike committed Feb 27, 2023
1 parent fe0ebd3 commit 6eeee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grommunio/grommunio.php
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ private function getFindRestriction($cpo) {
}
$findFor = implode(" ", array_keys($words));
}
Slog::Write(LOGLEVEL_DEBUG, sprintf("Grommunio->getFindRestriction(): extracted words: %s", $findFor));
SLog::Write(LOGLEVEL_DEBUG, sprintf("Grommunio->getFindRestriction(): extracted words: %s", $findFor));
$cpo->SetSearchFreeText($findFor);
return $this->getSearchRestriction($cpo);
}
Expand Down

0 comments on commit 6eeee6f

Please sign in to comment.