Browse Source

bugfix

master
n0m1s 10 years ago
parent
commit
1126cef951
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      categoriesHandling.php

+ 1
- 1
categoriesHandling.php View File

@ -32,7 +32,7 @@ function loadCategoriesFromCookie()
if(is_array($categories)) if(is_array($categories))
for($i = 0; $i < count($categories); ++$i) for($i = 0; $i < count($categories); ++$i)
if(is_bool($categories[$i])) if(is_bool($categories[$i]))
$_SESSION[$i] = $categories[$i];
$_SESSION['categorieStatus'][$i] = $categories[$i];
} }
} }


Loading…
Cancel
Save