Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : unset #15163

Closed
wants to merge 3 commits into from
Closed

fix : unset #15163

wants to merge 3 commits into from

Conversation

grandoc
Copy link
Contributor

@grandoc grandoc commented Oct 26, 2020

undefine variable $logouthtmltext

@@ -27,8 +27,8 @@
* @since 2008-03-04
*/

require_once '../../htdocs/includes/tecnickcom/tcpdf/config/tcpdf_config.php';
require_once '../../htdocs/includes/tecnickcom/tcpdf/tcpdf.php';
require_once DOL_DOCUMENT_ROOT.'/includes/tecnickcom/tcpdf/config/tcpdf_config.php';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DOL_DOCUMENT_ROOT is not defined. This script is in a test dir to make test out of dolibarr so env is not loaded and DOL_DOCUMENT_ROOT is unknown.

@eldy eldy closed this in c58d3d0 Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants