diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-02-03 14:02:57 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-04-12 15:44:24 +0000 |
| commit | 35ac448d87d1436259061cf9aa3f00ae4c9c6deb (patch) | |
| tree | 47cbd46f97199c54c1dacf5ee9ed0ad436f1c762 /lib/classes/Widget.php | |
| parent | 956bc89af815fe31b0ef68721f051eb80c24786d (diff) | |
transfer changeset 59453 from svn
Diffstat (limited to 'lib/classes/Widget.php')
| -rw-r--r-- | lib/classes/Widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/Widget.php b/lib/classes/Widget.php index 90f3d56..f2dd3f0 100644 --- a/lib/classes/Widget.php +++ b/lib/classes/Widget.php @@ -231,7 +231,7 @@ class Widget public function __get($offset) { - return $this->template_variables[$offset]; + return $this->template_variables[$offset] ?? null; } public function __set($offset, $value) |
