This website works better with JavaScript.
Home
Help
Sign In
ESIR
/
KiWi-Calendar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bugfix
master
n0m1s
10 years ago
parent
81ef43d2c9
commit
1126cef951
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
categoriesHandling.php
+ 1
- 1
categoriesHandling.php
View File
@ -32,7 +32,7 @@ function loadCategoriesFromCookie()
if
(
is_array
(
$categories
))
for
(
$i
=
0
;
$i
<
count
(
$categories
);
++
$i
)
if
(
is_bool
(
$categories
[
$i
]))
$_SESSION
[
$i
]
=
$categories
[
$i
];
$_SESSION
[
'categorieStatus'
][
$i
]
=
$categories
[
$i
];
}
}
Write
Preview
Loading…
Cancel
Save