Skip to content

Commit

Permalink
Fixed issue #6597: Error during LDAP import
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 27, 2012
1 parent 2be65c6 commit 3100f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions application/controllers/admin/tokens.php
Expand Up @@ -1549,6 +1549,9 @@ public function importldap($iSurveyId)
}
else
{
$filterduplicatetoken = (Yii::app()->request->getPost('filterduplicatetoken') && Yii::app()->request->getPost('filterduplicatetoken') == 'on');
$filterblankemail = (Yii::app()->request->getPost('filterblankemail') && Yii::app()->request->getPost('filterblankemail') == 'on');

$ldap_queries = Yii::app()->getConfig('ldap_queries');
$ldap_server = Yii::app()->getConfig('ldap_server');

Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/token/ldapform.php
Expand Up @@ -44,5 +44,5 @@

<div class='messagebox ui-corner-all'>
<div class='header ui-widget-header'><?php echo $clang->eT("Note"); ?></div><br />
<?php $clang->eT("LDAP queries are defined by the administrator in the config-ldap.php file."); ?>
<?php $clang->eT("LDAP queries are defined by the administrator in the configuration file /application/config/ldap.php ."); ?>
</div>

0 comments on commit 3100f58

Please sign in to comment.