diff options
author | Mario <mario@mariovavti.com> | 2021-02-18 20:36:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-18 20:36:56 +0000 |
commit | d50381c9c67e097cf3eae73f0311191acca8f0a5 (patch) | |
tree | b23ac68e6e24e20cff5ee25122254d867d6af29c /boot.php | |
parent | c9bbe1a735836b3a3ef5eccbeca85ebef75b3ac2 (diff) | |
download | volse-hubzilla-d50381c9c67e097cf3eae73f0311191acca8f0a5.tar.gz volse-hubzilla-d50381c9c67e097cf3eae73f0311191acca8f0a5.tar.bz2 volse-hubzilla-d50381c9c67e097cf3eae73f0311191acca8f0a5.zip |
fix summary regex after recent bbcode chane
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ function startup() { error_reporting(E_ALL & ~E_NOTICE); if (version_compare(PHP_VERSION, '8.0.0') >= 0) { - error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE); + error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE); } // Some hosting providers block/disable this |