[wiaflos-devel] COMMIT - r279 - trunk/soap
svn at linuxrulz.org
svn at linuxrulz.org
Mon Feb 16 16:21:24 GMT 2009
Author: nkukard
Date: 2009-02-16 16:21:24 +0000 (Mon, 16 Feb 2009)
New Revision: 279
Modified:
trunk/soap/wiaflos-server
Log:
* Fixed typo
Modified: trunk/soap/wiaflos-server
===================================================================
--- trunk/soap/wiaflos-server 2009-02-16 16:20:23 UTC (rev 278)
+++ trunk/soap/wiaflos-server 2009-02-16 16:21:24 UTC (rev 279)
@@ -142,7 +142,7 @@
my @soap_plugins;
if (ref($soap->{'plugins'}) eq "ARRAY") {
foreach my $plugin (@{$soap->{'plugins'}}) {
- $plugin = s/\s+//;
+ $plugin =~ s/\s+//;
push(@soap_plugins,$plugin);
}
} else {
More information about the wiaflos-devel
mailing list