http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Paul Poulain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Patch doesn't apply

--- Comment #21 from Paul Poulain <[email protected]> 2012-02-21 
12:47:33 UTC ---
This patch won't apply anymore because the bug 7248 won't be applied because
bug 6193 has been applied after discussion on how to handle caching in Koha: we
do that at apache configuration level.

So, either update this patch to use
eval {
    if (C4::Context->ismemcached) {
        require Memoize::Memcached;
        import Memoize::Memcached qw(memoize_memcached);

        memoize_memcached('getTranslatedLanguages', memcached =>
C4::Context->memcached);
    }
};

in your script, or rewrite patch of bug 7248 to be able to have this one valid
again.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- 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/

Reply via email to