CMS MADE SIMPLE FORGE

Bookmarks

 

[#3462] Permisions not dealt correctly

avatar
Created By: Ondra Kotecky (kotecky)
Date Submitted: Fri May 22 11:38:22 -0400 2009

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: None
State: Open
Summary:
Permisions not dealt correctly
Detailed Description:
A user with no rigths related to this module can see the link in the admin menu.


History

Comments
avatar
Date: 2011-01-18 10:10
Posted By: manuel (manuel)

To clean this up a bit (not show the error message), i modified my
Bookmarks.module.php file on line 256.

/*			DisplayErrorPage($id, $params, $returnid, $this->Lang('needpermission'));*/
echo "<b style='color:red;'>Permission required</b>";

I don't know how to keep it from appearing in the menu however...

Greetings,
Manuel