chore: Мелкие правки

This commit is contained in:
origami11@yandex.ru 2025-11-27 13:45:45 +03:00
parent 0473d410d1
commit 3e0b99c3d2
4 changed files with 9 additions and 21 deletions

View file

@ -27,6 +27,6 @@ class FakeTemplate extends \stdClass {
* @return string
*/
function execute() {
return json_encode($this->_data);
return json_encode($this->_data) ?: '';
}
}