Matthias Muehlhausen wrote:
Hello,

I don't know if this is obsolete due to the planned new PEAR runtime, but I think I found a minor bug in the InstallationController class: In the method verifyComponent() in the second else block I found this line

_verificationMsg = null;

that leads to an unusable error message in the client class (PackageInstaller). I think this line should be as follows:

_verificationMsg = status.message;


Can you please provide some more details? Which case do you mean?

You can also provide a patch so I can see what change exactly do you mean.

Thanks for looking at the new code and catch some wired lines.

-- Michael

Reply via email to