-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kenny Meyer
authored
Feb 4, 2020
1 parent
50c054d
commit 7ef8dcd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7ef8dcd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change might have broken the path to the class.cf7-api.php file, which IS inside the include directory. (includes/class.cf7-api.php)
Line: 49 require_once QS_CF7_API_INCLUDES_PATH . 'includes/class.cf7-api.php';
I added 'includes/' back and everything sees to work again...
By the way, it appears the QS_CF7_API_INCLUDES_PATH variable is used in other places, so if you fix like 49, and then a new error will appear...
Have a good day!