From faa03b47f47ecbc7870e954707bffc600ed5c9d7 Mon Sep 17 00:00:00 2001 From: Luke Stewart Date: Fri, 23 Sep 2022 10:15:59 +1200 Subject: [PATCH] Adds directory to require_once calls. Without the directory if the file autoload.php exists in a location on the load path prior it will be loaded instead causing errors. --- autoload-fast.php | 2 +- autoload-pedantic.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload-fast.php b/autoload-fast.php index 08724d1e..b5e47cf6 100644 --- a/autoload-fast.php +++ b/autoload-fast.php @@ -1,4 +1,4 @@