Revert "working on ldap import button"

This reverts commit 113dfc9c24.
This commit is contained in:
Walter
2015-11-22 11:02:19 -05:00
parent 6b26640077
commit 1ee3f29d2e
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ class SettingsController extends AdminController
* @param int $settingId
* @return Redirect
*/
public function getLDAP()
public function postLDAP()
{
if (Config::get('ldap.url')=='') {
Lang('admin/users/message.ldap_not_configured');