From 8c01b8437bc335280518acbfee4a7375fb956813 Mon Sep 17 00:00:00 2001 From: Philippe Date: Mon, 19 Dec 2022 08:01:30 +0100 Subject: [PATCH] Update _prepend.php Typo (?) on file name --- _prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_prepend.php b/_prepend.php index 14c7b29..dc39828 100644 --- a/_prepend.php +++ b/_prepend.php @@ -13,7 +13,7 @@ declare(strict_types=1); if (!class_exists('Dotclear\Plugin\pacKman\Prepend')) { - require __DIR__ . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'prepend.php'; + require __DIR__ . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'Prepend.php'; if (Dotclear\Plugin\pacKman\Prepend::init()) { Dotclear\Plugin\pacKman\Prepend::process();