Skip to content

Commit dd95fed

Browse files
committed
Use CodeIgniter constant instead of a hardcoded path
1 parent 77c66c0 commit dd95fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/core/EA_Migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @since v1.4.0
1212
* ---------------------------------------------------------------------------- */
1313

14-
require_once __DIR__ . '/../../system/libraries/Migration.php';
14+
require_once BASEPATH . 'libraries/Migration.php';
1515

1616
/**
1717
* Easy!Appointments migration.

0 commit comments

Comments
 (0)