Changeset 27284


Ignore:
Timestamp:
Feb 9, 2014, 5:51:44 PM (10 years ago)
Author:
22decembre
Message:

change destination of the form from admin-ldap_login-… to admin-Ldap_Login-…

Location:
extensions/Ldap_Login/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Ldap_Login/admin/configuration.php

    r27036 r27284  
    66$template->assign(
    77  array(
    8     'PLUGIN_ACTION' => get_root_url().'admin.php?page=plugin-ldap_login-configuration',
    9     'PLUGIN_CHECK' => get_root_url().'admin.php?page=plugin-ldap_login-configuration',
     8    'PLUGIN_ACTION' => get_root_url().'admin.php?page=plugin-Ldap_Login-configuration',
     9    'PLUGIN_CHECK' => get_root_url().'admin.php?page=plugin-Ldap_Login-configuration',
    1010    ));
    1111
  • extensions/Ldap_Login/admin/newusers.php

    r27036 r27284  
    66$template->assign(
    77  array(
    8     'PLUGIN_NEWUSERS' => get_root_url().'admin.php?page=plugin-ldap_login-newusers',
     8    'PLUGIN_NEWUSERS' => get_root_url().'admin.php?page=plugin-Ldap_Login-newusers',
    99    ));
    1010
Note: See TracChangeset for help on using the changeset viewer.