Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 There is a case, when XThreads remove admin permissions during installation
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: There is a case, when XThreads remove admin permissions during installation
Interesting observation.  Thanks for reporting.

I've made the following modification in inc/xthreads/xt_install.php
for all instances of

PHP Code:
$perms = unserialize($adminopt['permissions']);

replace with

PHP Code:
$perms = @unserialize($adminopt['permissions']);
if(empty($perms)) continue;


My Blog
(This post was last modified: 07-21-2012 06:22 PM by ZiNgA BuRgA.)
07-21-2012 06:20 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: There is a case, when XThreads remove admin permissions during installation - ZiNgA BuRgA - 07-21-2012 06:20 PM

 Standard Tools
Forum Jump: