Fix import logging
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Thu, 2 Aug 2018 09:41:46 +0000 (11:41 +0200)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Thu, 2 Aug 2018 09:41:46 +0000 (11:41 +0200)
commit5c374733f5a727204a1135998a1f86662a6e0af8
treec97af6d5806331000dd0081da07ca2d7e38c80fc
parent32e04d6148b02352fdee4f431f81450487cfd9a3
Fix import logging

LogEntry::setAssociatedRevId needs to be called before inserting,
otherwise log_params and log_search won't contain it. Also, set change
tags before inserting as well.

Bug: T191271
Change-Id: I190e58b015df90929d161d0def148851098a2542
includes/specials/helpers/ImportReporter.php