View | Details | Raw Unified | Return to bug 22473
Collapse All | Expand All

(-)a/C4/Context.pm (+1 lines)
Lines 378-383 sub _common_config { Link Here
378
}
378
}
379
379
380
sub config {
380
sub config {
381
    # Check stat here? It will be called everytime we need to access a config value
381
	return _common_config($_[1],'config');
382
	return _common_config($_[1],'config');
382
}
383
}
383
sub zebraconfig {
384
sub zebraconfig {
(-)a/Koha/Config.pm (-1 / +1 lines)
Lines 70-75 sub read_from_file { Link Here
70
70
71
sub guess_koha_conf {
71
sub guess_koha_conf {
72
72
73
    # Check stat here? It will not be called on each request. Not enough
73
    # If the $KOHA_CONF environment variable is set, use
74
    # If the $KOHA_CONF environment variable is set, use
74
    # that. Otherwise, use the built-in default.
75
    # that. Otherwise, use the built-in default.
75
    my $conf_fname;
76
    my $conf_fname;
76
- 

Return to bug 22473