to print out true value of $stream in classes/Geocoder.php(36)
--------------------------------------------------------------

                 Key: OLIO-117
                 URL: https://issues.apache.org/jira/browse/OLIO-117
             Project: Olio
          Issue Type: Bug
          Components: php-app
    Affects Versions: 0.1
            Reporter: Xuekun Hu
            Assignee: Shanti Subramanyam
            Priority: Minor


The right syntax of the below line in classes/Geocoder.php(36)
    throw new Exception('Did not find xml part in: $stream');
should be 
   throw new Exception("Did not find xml part in: $stream");

Note that ", instead of '. Otherwise, $stream should not be printed out. 




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to