dever 6 anni fa
parent
commit
60e0533d2a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      stat/lib/Source.php

+ 1 - 0
stat/lib/Source.php

@@ -110,6 +110,7 @@ class Source
 
         $where = array();
         $where['day_int'] = $update['day_int'];
+        $where['source_id'] = $update['source_id'];
         $where['journal_id'] = $update['journal_id'];
 
         $info = Dever::db('stat/source')->one($where);