Possible bug maybe?
-
Hi
I downloaded yesterday your Affiliates plugin v2.7.3 (the free one) and before I decided if I was going to use it or not I have been reading the code inside it (as I do with everything I install in my sites).
First of all, congratulations for your plugin. As I said, I haven’t tried it yet, but the code is really beautiful and just reading it I can say it must work very well.
Anyway, reading the code I found in the file wp-init.php line 802 this:
require_once( 'class-affiliates-service.php' );Shouldn’t it be this instead?:
require_once( AFFILIATES_CORE_LIB . '/class-affiliates-service.php' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Possible bug maybe?’ is closed to new replies.