[21033] Fix typo
Caeies <[email protected]> Wed, 10 Feb 2010 14:12:44 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 21033
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21033
Author: Caeies
Date: 2010-02-10 14:12:44 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
modules/phpgwapi/trunk/inc/class.xmlrpc_server.inc.php
Modified: modules/phpgwapi/trunk/inc/class.xmlrpc_server.inc.php
===================================================================
--- modules/phpgwapi/trunk/inc/class.xmlrpc_server.inc.php 2010-02-10 14:12:12 UTC (rev 21032)
+++ modules/phpgwapi/trunk/inc/class.xmlrpc_server.inc.php 2010-02-10 14:12:44 UTC (rev 21033)
@@ -353,7 +353,7 @@
}
if(isset($wanted))
{
- return array(0, "Wanted ${wanted}, got ${got} at param ${pno}");
+ return array(0, "Wanted {$wanted}, got {$got} at param {$pno}");
}
else
{