Skip to content

OutText variable Undefined #22

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions