[serendipity-cvs] [s9y/Serendipity] 046dd0: clean-blog: Fix PHP 8 error in static page editor ...
onli via php-blog-cvs <[email protected]> Sun, 27 Jul 2025 11:22:56 -0700
| Newsgroups | gmane.comp.serendipity.cvs |
|---|---|
| Message-ID | <s9y/Serendipity/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/s9y/Serendipity
Commit: 046dd03478d333a20fa66ecd8c7d75cad2ca6bff
https://github.com/s9y/Serendipity/commit/046dd03478d333a20fa66ecd8c7d75cad2ca6bff
Author: onli <[email protected]>
Date: 2025-07-27 (Sun, 27 Jul 2025)
Changed paths:
M docs/NEWS
M templates/clean-blog/backend_templates/default_staticpage_backend.tpl
Log Message:
-----------
clean-blog: Fix PHP 8 error in static page editor (#908)
* clean-blog: Fix PHP 8 error in static page editor
When switching from all fields to the default editor template a PHP error stopped the program. The smarty tries to access smarty variables as an array that are not set/are a string.
* document changes
To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications