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 07c4613 commit c3cc819
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 . "classes" . DS . "Logbook.php";
require __DIR__ . "/classes/Logbook.php";

use Kirby\Cms\App;
use Kirby\Exception\Exception;
Expand Down

0 comments on commit c3cc819

Please sign in to comment.