Browse Source

Update functions.php

pull/643/head v2.8.5
danpros 2 years ago
parent
commit
e5262646f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/functions.php

+ 1
- 1
system/includes/functions.php View File

@ -1238,7 +1238,7 @@ function get_scheduledcount($var)
$replaced = substr($arr[0], 0, strrpos($arr[0], '/')) . '/';
$str = explode('/', $replaced);
$cat = $str[count($str) - 5];
$cat = $str[count($str) - 6];
if (stripos($cat, "$var") !== false) {
$tmp[] = $v;


Loading…
Cancel
Save