Skip to content

Commit

Permalink
Update z2m.ajax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Feb 20, 2024
1 parent 9b6f17f commit 989f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ajax/z2m.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

if (init('action') == 'include') {
$data = array(
'value' => true,
'value' => (init('mode') == 1),
'time' => 180
);
if(init('id') != 'all'){
Expand Down

0 comments on commit 989f819

Please sign in to comment.