This was wrong..

This commit is contained in:
slawkens 2021-06-08 07:41:28 +02:00
parent 9c7794fe13
commit 14870d74df

View File

@ -28,7 +28,7 @@ defined('MYAAC') or die('Direct access not allowed!');
} }
?> ?>
var category = '<?php var category = '<?php
if(isset($_REQUEST['subtopic'])) { if(strpos(URI, 'subtopic=') !== false) {
$tmp = array($_REQUEST['subtopic']); $tmp = array($_REQUEST['subtopic']);
} }
else { else {