From 51b89ee7e77f8b93353f1423f7aca038b2c2cc8e Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Tue, 23 Jul 2024 13:43:01 +0200 Subject: [PATCH] Fix double require --- focal-point-picker.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/focal-point-picker.php b/focal-point-picker.php index 35e069e..ac4d8c7 100644 --- a/focal-point-picker.php +++ b/focal-point-picker.php @@ -54,11 +54,6 @@ function fcpGetAllFiles( require_once $file; } -// Loop through the files and require them -foreach ($files as $file) { - require_once $file; -} - // if (is_readable(__DIR__ . '/vendor/autoload.php')) { // require_once __DIR__ . '/vendor/autoload.php'; // }