diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-29 23:32:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 23:32:49 +0100 |
| commit | 3232277bc526602801225ac4fbc7aae3867f582e (patch) | |
| tree | b9998cf9422d76478bf041d0c4fd9e31828efbde /changelog | |
| parent | bbd09c7bfaa6c2c091adc4568a944f765bb4f1d9 (diff) | |
| download | smarty-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.md | 1 |
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 |
