commit 753eebbb0ce624770271ae8d532313d29b3b2f1c parent 105656b77593f2578b4c790323cd3b3cca995b44 Author: markseu <mark2011@mayberg.se> Date: Fri, 26 Jun 2020 02:42:56 +0200 Updated extensions for new API, tip 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 later, for backwards compatibility + error_reporting(E_ALL ^ E_NOTICE); //TODO: remove this line and test your extensions, for backwards compatibility } // Handle initialisation