From 0e8b951aaaae96587f22e6cd0a6f8abd86702ce4 Mon Sep 17 00:00:00 2001
From: Johannes Aubele <jo@ilgstrasse.de>
Date: Sun, 8 Oct 2017 10:13:07 +0200
Subject: [PATCH] Little typo

---
 docs/hooks/hook_civicrm_searchColumns.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hooks/hook_civicrm_searchColumns.md b/docs/hooks/hook_civicrm_searchColumns.md
index 657f6fca..d3915c1a 100644
--- a/docs/hooks/hook_civicrm_searchColumns.md
+++ b/docs/hooks/hook_civicrm_searchColumns.md
@@ -46,7 +46,7 @@ column values and therefore appear to be sorting incorrectly.
 
     function civitest_civicrm_searchColumns( $objectName, &$headers,  &$values, &$selector ) {
 
-        if ( $objectName == 'Contact' ) {
+        if ( $objectName == 'contact' ) {
 
             // Lets move a few header around, and overwrite stuff we dont need
 
-- 
GitLab