Subject: | Directory_ parameter in addShortcut broken |
When attempting to call "addShortcut" with the "-Directory_" parameter
(instead of the "-location" parameter), the following error message is
printed:
One of Directory_ and -location required
The problem can be traced to lines 2153 and 2156 of HighLevel.pm, where
the existence of "Directory_" is being tested for instead of "-
Directory_" (note the hyphen in front of "Directory_"). Other places
in the code correctly search for "-Directory_".
This bug was found in Win32-MSI-HighLevel-1.0003 running on Windows XP.
perl -v returns the following:
This is perl, v5.8.8 built for MSWin32-x86-multi-thread