Author: FabianLange
Date: 2010-01-22 11:16:50 +0100 (Fri, 22 Jan 2010)
New Revision: 27035
Modified:
tools/lime/branches/2.0/lib/output/LimeOutputXml.php
Log:
[lime2] fixed typo in variable declaration (closes #7995)
Modified: tools/lime/branches/2.0/lib/output/LimeOutputXml.php
===================================================================
--- tools/lime/branches/2.0/lib/output/LimeOutputXml.php 2010-01-22
10:11:26 UTC (rev 27034)
+++ tools/lime/branches/2.0/lib/output/LimeOutputXml.php 2010-01-22
10:16:50 UTC (rev 27035)
@@ -13,7 +13,7 @@
class LimeOutputXml implements LimeOutputInterface
{
protected
- $ouptut = null;
+ $output = null;
public function __construct()
{
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.