Notifications
Clear all

Admin-3 cannot delete reviews

3 Posts
3 Users
0 Reactions
1,971 Views
(@livia)
Posts: 30
Eminent Member
Topic starter
 

I don't know if it's a bug or just a change in admin privileges from version 2 to 3 (it seems strange, though), but this is a problem I've encountered since the first releases of eFiction3: Level 3 Admins cannot delete reviews.

In fact, line 48 of reviews.php (efiction3.3):

	if(isADMIN && uLEVEL < 3) $notauthor = 1;

should be:

	if(isADMIN && uLEVEL <= 3) $notauthor = 1;

to make it work.

Please let me know  πŸ™‚

Thank you.


URL to your eFiction: http://www.acciofanfiction.com/index.php
Your version of eFiction: 3.5.1 (Italian language)
Version of PHP: 4.4.8
Version of MySQL: 4.1.22

 
Posted : 30/06/2007 12:31 pm
(@tammy)
Posts: 2577
Member Moderator
 

Bump.  This should be fixed with 3.3.1.


 
Posted : 15/10/2007 4:14 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Moving to solved.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 25/01/2008 3:08 pm
Share: