-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Issue #5609 - Improper XML File generate warning
XML Bug when parsing Data Query XML Resource File when no field direction attribute is specified
- Loading branch information
1 parent
0529a37
commit d209b60
Showing
2 changed files
with
8 additions
and
3 deletions.
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
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
@TheWitness
I suggest add else part. This could be useful when importing and finding problems with other templates
else {
cacti_log('Direction not found, maybe any issue with template');
}