http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431
--- Comment #25 from Katrin Fischer <[email protected]> --- 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. -- 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/
