commit 5fff18a65edc4e8dffc4c88ce3204c41fea451a7 parent eede04e90e9c19369c62e79c40f7cc981c0c8a2c Author: markseu <mark2011@mayberg.se> Date: Fri, 26 Jun 2020 16:38:08 +0200 Updated extensions for new API Diffstat:
| M | system/extensions/core.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -86,7 +86,7 @@ class YellowCore { ini_set("display_errors", 1); error_reporting(E_ALL); } - error_reporting(E_ALL ^ E_NOTICE); //TODO: remove this line and test your extensions, for backwards compatibility + error_reporting(E_ALL ^ E_NOTICE); //TODO: remove later, for backwards compatibility } // Handle initialisation