Explorar o código

Variable initialization

PHP warning when not feed is iddle
https://github.com/FreshRSS/FreshRSS/issues/1227#issuecomment-242702464
Alexandre Alapetite %!s(int64=9) %!d(string=hai) anos
pai
achega
961407b4e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Models/StatsDAO.php

+ 1 - 0
app/Models/StatsDAO.php

@@ -168,6 +168,7 @@ SQL;
 		$stm->execute();
 		$res = $stm->fetchAll(PDO::FETCH_NAMED);
 
+		$repartition = array();
 		foreach ($res as $value) {
 			$repartition[(int) $value['period']] = (int) $value['count'];
 		}