[
https://issues.apache.org/jira/browse/OLIO-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shanti Subramanyam resolved OLIO-117.
-------------------------------------
Resolution: Fixed
Fix Version/s: 0.2
> 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
> Fix For: 0.2
>
> Original Estimate: 0.02h
> Remaining Estimate: 0.02h
>
> 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.