Comment clarification.
authorChris Burgess <chris@giantrobot.co.nz>
Sun, 16 Oct 2016 20:28:24 +0000 (09:28 +1300)
committerChris Burgess <chris@giantrobot.co.nz>
Sun, 16 Oct 2016 20:28:24 +0000 (09:28 +1300)
"call a task" => "add a task", since we do not directly call runSQL method.

CRM/Upgrade/Incremental/php/FourSeven.php

index 52f71667e7766350a8ba88767556df487813dbe6..f3dc5f45ba265d1676adf9db7dc4f2168d4f859c 100644 (file)
@@ -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):
    */