Skip to content

Commit

Permalink
Make getXwd.php a bit more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 21, 2023
1 parent ce7cb82 commit 11ac11a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ function getParentPath($path)

if ($plugin_path != "")
{
require_once ("../../../../../website_code/php/mergexml.php");
require_once (__DIR__ . "/../../../../../website_code/php/mergexml.php");
$merged = new MergeXML();
$merged->addFile($xwd_file_path);
$plugin_files = scandir($plugin_path);
Expand Down

0 comments on commit 11ac11a

Please sign in to comment.