Fixed Lychee location in check-plugin

This commit is contained in:
Tobias Reich 2014-04-22 12:06:23 +02:00
parent c248b755f8
commit 09e43263d6

View File

@ -8,7 +8,7 @@
### ###
# Location # Location
$lychee = __DIR__ . '/../'; $lychee = __DIR__ . '/../../';
# Load requirements # Load requirements
require($lychee . 'php/define.php'); require($lychee . 'php/define.php');