Skip to content

Commit

Permalink
Fix compatibility with Kirby 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdputte authored Sep 24, 2022
1 parent e14c2a4 commit 4a8a3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require __DIR__ . DS . "src" . DS . "Autopublish.php";
require __DIR__ . "/src/Autopublish.php";

// For composer
@include_once __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 4a8a3e5

Please sign in to comment.