hi
as the aksimet plugin does not work with zenphoto 1.4.1.3, I installed the spamassassin plugin.
Unfortunately, it does not work anymore.
I have this error :
Fatal error: Call to undefined function getAdminEmail() in .../zenphoto/zp-core/zp-extensions/spamfilters/spamassassin.php on line 59
somebody can have a look on this plugin ?
it would a good thing for the community
I tried $admin_emails = $_zp_current_admin_obj->getAdminEmail();
but I still have an error : Fatal error: Call to a member function getAdminEmail() on a non-object in .../zenphoto/zp-core/zp-extensions/spamfilters/spamassassin.php on line 59
I'm afraid I was not competent enough in php to solve the problem.