mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Use output of userCheck if it passes the json check
This commit is contained in:
@@ -139,7 +139,7 @@ class MyShowsController extends BasePageController
|
||||
$results = [];
|
||||
foreach ($shows as $showk => $show) {
|
||||
$showcats = explode('|', $show['categories']);
|
||||
if (\is_array($showcats) && \count($showcats) > 0) {
|
||||
if (\is_array($showcats) && ! empty($showcats)) {
|
||||
$catarr = [];
|
||||
foreach ($showcats as $scat) {
|
||||
if (! empty($scat)) {
|
||||
|
||||
Reference in New Issue
Block a user