From 2cbdbcef2511638d8a4ae5d7e718f8582d23555b Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Mon, 17 Oct 2016 09:28:24 +1300 Subject: [PATCH] Comment clarification. "call a task" => "add a task", since we do not directly call runSQL method. --- CRM/Upgrade/Incremental/php/FourSeven.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index 52f71667e7..f3dc5f45ba 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -259,7 +259,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base /* - * Important! All upgrade functions MUST call the 'runSql' task. + * Important! All upgrade functions MUST add a 'runSql' task. * Uncomment and use the following template for a new upgrade version * (change the x in the function name): */ -- 2.25.1