Merge pull request #11257 from MrPetovan/bug/11212-smarty-4-php8

Switch to Smarty 4
This commit is contained in:
Tobias Diekershoff
2022-02-19 07:38:28 +01:00
committed by GitHub
3 changed files with 101 additions and 11 deletions

View File

@@ -58,5 +58,7 @@ class FriendicaSmarty extends Smarty
// Don't report errors so verbosely
$this->error_reporting = E_ALL & ~E_NOTICE;
$this->muteUndefinedOrNullWarnings();
}
}