dever hace 6 años
padre
commit
60e0533d2a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);