From 9b8bec700a0597dcaee2886786ebec69c85d8f5f Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 27 May 2017 10:52:16 -0500 Subject: Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'. http://php.net/manual/en/function.autoload.php http://php.net/spl_autoload_register https://wiki.php.net/rfc/deprecations_php_7_2 --- include/autoload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/autoload.php b/include/autoload.php index 28a2effd4..3ab998b75 100644 --- a/include/autoload.php +++ b/include/autoload.php @@ -1,7 +1,7 @@