Your Name пре 2 година
родитељ
комит
c8e46cb516
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      tool/stats/lib/Manage.php

+ 4 - 2
tool/stats/lib/Manage.php

@@ -542,11 +542,13 @@ Class Manage
 			$where['fend'] = strtotime($fend)+86399;
 		}
 		if ($parent_type && $parent_type>0) {
+			if ($parent_type == 2) {
+				$parent_type = 3;
+			}
 			$where['parent_type'] = $parent_type;
 		} else {
-			$where['parent_type'] = '1,3';
+			$where['parent_type'] = '1,2,3';
 		}
-		
 		if ($name) {
 			$where['name'] = $name;
 		}