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();