Skip to content

Commit 53a5aa9

Browse files
committed
Fix for autoloader
1 parent 97f8508 commit 53a5aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Progress_Planner\Utils\Deprecations;
99

1010
// Require the Deprecations class.
11-
require_once PROGRESS_PLANNER_DIR . '/classes/utils/class-deprecations.php';
11+
require_once __DIR__ . '/classes/utils/class-deprecations.php';
1212

1313
spl_autoload_register(
1414
/**

0 commit comments

Comments
 (0)