You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run CheckOut
2.
3.
What is the expected output? What do you see instead?
Error on Line 233 Undefined variable: outText
What version of the product are you using? On what operating system?
current trunk
Please provide any additional information below.
Fix:
on line 233:
$outText .= "<font color='blue'>Getting file: </font> " . $path;
must be:
$outText = "<font color='blue'>Getting file: </font> " . $path;
Original issue reported on code.google.com by tschechniker on 5 Apr 2012 at 7:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tschechniker
on 5 Apr 2012 at 7:04The text was updated successfully, but these errors were encountered: