Author: pmacadden
Date: 2010-05-04 18:04:04 +0200 (Tue, 04 May 2010)
New Revision: 29347
Modified:
plugins/dcLDAPAbstractionPlugin/trunk/lib/task/ldapBuildmodelTask.class.php
Log:
bugfixcd plugins/dcLDAPAbstractionPlugin/
Modified:
plugins/dcLDAPAbstractionPlugin/trunk/lib/task/ldapBuildmodelTask.class.php
===================================================================
--- plugins/dcLDAPAbstractionPlugin/trunk/lib/task/ldapBuildmodelTask.class.php
2010-05-04 14:09:07 UTC (rev 29346)
+++ plugins/dcLDAPAbstractionPlugin/trunk/lib/task/ldapBuildmodelTask.class.php
2010-05-04 16:04:04 UTC (rev 29347)
@@ -119,7 +119,7 @@
"PASSWORD" =>
$ldap_connections[$connection]["password"],
"USE_SSL" =>
$ldap_connections[$connection]["use_ssl"]?"true":"false",
"BASE_DN" => $attrs["base_dn"],
- "EXCLUDE_ATTRS" =>
$this->getArrayString($attrs["exclude_attrs"])));
+ "EXCLUDE_ATTRS" =>
$this->getArrayString(isset($attrs["exclude_attrs"])?$attrs["exclude_attrs"]:null)));
if (!file_exists($peer_path))
{
--
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.