summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2024-03-29 23:32:49 +0100
committerGitHub <noreply@github.com>2024-03-29 23:32:49 +0100
commit3232277bc526602801225ac4fbc7aae3867f582e (patch)
treeb9998cf9422d76478bf041d0c4fd9e31828efbde /changelog
parentbbd09c7bfaa6c2c091adc4568a944f765bb4f1d9 (diff)
downloadsmarty-3232277bc526602801225ac4fbc7aae3867f582e.tar.gz
smarty-3232277bc526602801225ac4fbc7aae3867f582e.tar.bz2
smarty-3232277bc526602801225ac4fbc7aae3867f582e.zip
Fix warning when calling hasVariable for an undefined variable (#978)
Fixes #977
Diffstat (limited to 'changelog')
-rw-r--r--changelog/977.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/977.md b/changelog/977.md
new file mode 100644
index 00000000..d41453c1
--- /dev/null
+++ b/changelog/977.md
@@ -0,0 +1 @@
+- Fix warning when calling hasVariable for an undefined variable [#977](https://github.com/smarty-php/smarty/issues/977) \ No newline at end of file