add comment
authordemeritcowboy <demeritcowboy@hotmail.com>
Sat, 2 Jul 2022 00:50:38 +0000 (20:50 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sat, 2 Jul 2022 00:50:38 +0000 (20:50 -0400)
Civi/Core/SqlTriggers.php

index a6af10858fd7cf5f3d6e509be198dddba9ac8155..91b5cb943894cf42d199c5a345e2b1856cae474c 100644 (file)
@@ -118,6 +118,7 @@ class SqlTriggers {
             $template_values,
             $value['sql']
           );
+          // @todo See https://github.com/civicrm/civicrm-core/pull/23926#discussion_r912298758. It's not clear 'variables' is used anywhere, and isn't documented or unit tested.
           $variables = str_replace($template_params,
             $template_values,
             $value['variables'] ?? ''