SOURCES: imp-auth.patch (NEW) - wrong variable used in function call

baggins baggins at pld-linux.org
Thu Oct 16 18:17:16 CEST 2008


Author: baggins                      Date: Thu Oct 16 16:17:16 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- wrong variable used in function call

---- Files affected:
SOURCES:
   imp-auth.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/imp-auth.patch
diff -u /dev/null SOURCES/imp-auth.patch:1.1
--- /dev/null	Thu Oct 16 18:17:17 2008
+++ SOURCES/imp-auth.patch	Thu Oct 16 18:17:10 2008
@@ -0,0 +1,11 @@
+--- imp-h3-4.3/lib/api.php~	2008-09-24 20:04:53.000000000 +0200
++++ imp-h3-4.3/lib/api.php	2008-10-16 18:14:29.000000000 +0200
+@@ -143,7 +143,7 @@
+         require IMP_BASE . '/config/servers.php';
+     }
+ 
+-    return IMP_Session::createSession($userID, $credentials['password'], $server_key, empty($result[$server_key]) ? array() : $result[$server_key]);
++    return IMP_Session::createSession($userID, $credentials['password'], $server_key, empty($servers[$server_key]) ? array() : $servers[$server_key]);
+ }
+ 
+ /**
================================================================


More information about the pld-cvs-commit mailing list