diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/control.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/control.sh b/lib/control.sh index 8f9fc26..57b79a3 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -288,6 +288,7 @@ ob_substvars() fi if [ ${depth} -ge ${_OB_SUBSTVARS_MAX_DEPTH} ]; then # Warn of possible recursion. + # TODO: This doesn't set the text domain. ob_warn "$(ob_get_msg 'substvar_deep_nesting')" return 1 fi |