From 42bc70d4c027f808da4f404f8d4feec9b2134d2d Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Wed, 15 Apr 2015 15:10:37 +0100 Subject: [PATCH] CRM-16297: Fix comment. _custom is called AFTER db write, not before. --- CRM/Utils/Hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index 54a2715eb6..915f830943 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -424,7 +424,7 @@ abstract class CRM_Utils_Hook { } /** - * This hook is called before a db write on a custom table. + * This hook is called after a db write on a custom table. * * @param string $op * The type of operation being performed. -- 2.25.1