http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431
--- Comment #31 from Jacek Ablewicz <[email protected]> --- (In reply to Katrin Fischer from comment #25) > Maybe just a documentation issue? > > Test plan says: > namespace + database name + database host > > But code looks more like: > > namespace + database host + database name > > + $share_file = join( '-', > + "/tmp/sharefile-koha", $self->{'namespace'}, > + C4::Context->config('hostname'), > C4::Context->config('database') ); > > Signing off - please check my assumptions are correct. Yes, the database host in file name is before the database name. Including database name & host is probably a bit of overkill - as a result, file name will be kind of funny looking.. But after this patch, this file will only be created on such rare setups which are consciously using this particular cache system (I'm estimating there are maybe 2-5 such setups existing in the wild ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
