mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Bugsnag integration and some bugfixes in for cycles.
This commit is contained in:
parent
8104657016
commit
f7cc55b984
10 changed files with 39 additions and 25 deletions
|
@ -252,7 +252,7 @@ if ($submit && $mode == 'groups') {
|
|||
$allowed_list = array();
|
||||
|
||||
for ($i = 0, $iMax = count($group_allowed_list); $i < $iMax; $i++) {
|
||||
for ($j = 0, $jMax = count($group_change_list); $j < $iMax; $j++) {
|
||||
for ($j = 0, $jMax = count($group_change_list); $j < $jMax; $j++) {
|
||||
if ($group_allowed_list[$i] == $group_change_list[$j]) {
|
||||
$allowed_list[$j] = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue