Skip to content
Snippets Groups Projects
Commit fc527096 authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

Merge branch 'bugfix/require-once-error' into 'master'

changed file path

See merge request !28
parents 3f0109fd 24265c84
No related branches found
No related tags found
1 merge request!28changed file path
Pipeline #9044 failed with stages
in 3 minutes and 13 seconds
## [1.4.3] - 2020-06-03
### Fixed
- Path for require_once
## [1.4.2] - 2020-05-15
### Changed
- Settings should open in default target
......
......@@ -7,7 +7,7 @@ if ( ! class_exists( 'WPDesk_Buildable' ) ) {
require_once __DIR__ . '/Buildable.php';
}
if ( ! class_exists( 'WPDesk_Has_Plugin_Info' ) ) {
require_once 'Has_Plugin_Info.php';
require_once __DIR__ . '/Has_Plugin_Info.php';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment