Wikipedia Block

Re: Odp: Wikipedia Block

by Eric Schewe -
Number of replies: 0
After installing this the image still wouldn't load for it. I found it was because the Wikipedia Block couldn't access the $CFG object. I added this line of code:

    global $CFG;

This was added right after the function "function get_content() {" and the problem was solved. Not sure if anyone else had this problem.