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

(-)a/misc/plack/koha.psgi (-3 lines)
Lines 52-59 use C4::Tags; # FIXME Link Here
52
use Devel::Size 0.77; # 0.71 doesn't work for Koha
52
use Devel::Size 0.77; # 0.71 doesn't work for Koha
53
my $watch_capture_regex = '(C4|Koha)';
53
my $watch_capture_regex = '(C4|Koha)';
54
54
55
C4::Context->disable_syspref_cache;
56
57
sub watch_for_size {
55
sub watch_for_size {
58
	my @watch =
56
	my @watch =
59
	map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths
57
	map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths
60
- 

Return to bug 15973