Fix old rename (Conf -> Common)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 13 years ago
parent 648e0b6ef1
commit 465fc207b0
  1. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm
  2. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Downloader.pm
  3. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm
  4. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm

@ -134,7 +134,7 @@ sub run($$) {
# Test if configuration has changed and launch setConf() if needed.
# If the optional boolean $local is true, remote configuration is not tested:
# only local cached configuration is tested if available. $local is given to
# Lemonldap::NG::Conf::getConf()
# Lemonldap::NG::Common::getConf()
# @param $local boolean
# @return Apache constant
sub testConf {

@ -545,7 +545,7 @@ sub corresp {
}
## @method protected void sendCfgParams(hashref h)
# Send Author, IP, and date from a Lemonldap::NG::Conf
# Send Author, IP, and date from a Lemonldap::NG conf
sub sendCfgParams {
my ( $self, $h ) = @_;
my $cfgDatas = {};

@ -640,7 +640,7 @@ notifications
'cache_root' => '/tmp',
'cache_depth' => 5,
},
configStorage => $Lemonldap::NG::Conf::configStorage,
configStorage => $Lemonldap::NG::Common::configStorage,
configStorage=>{
type=>'File',
dirName=>"/tmp/",

@ -878,7 +878,7 @@ sessions
'cache_root' => '/tmp',
'cache_depth' => 5,
},
configStorage => $Lemonldap::NG::Conf::configStorage,
configStorage => $Lemonldap::NG::Common::configStorage,
configStorage=>{
type=>'File',
dirName=>"/tmp/",

Loading…
Cancel
Save