admin access denied for poll creation?

As a user, I can create a poll. As an admin I get  "Access Denied."

See attachment.

I see no kind of adjustments any where for this, and I found one mention of it in the forum, and the person claims it just magically fixed itself. I love that.

fuckindolphin.JPG · 136.5K · 65 views
This sentance says nothing, and its possibly spellt wrong.
Quote · 11 May 2011

Hello open the - modules/boonex/poll/classes/BxPollModule.php

find this code line:

$this -> _defineActions();

and replace with:

 

if( isAdmin() ) {

return true;

}

$this -> _defineActions();

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 11 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.