Move insertUpdateRow call before return applyPatch to make it reachable
authorReedy <reedy@wikimedia.org>
Sun, 9 Dec 2012 02:33:51 +0000 (02:33 +0000)
committerReedy <reedy@wikimedia.org>
Sun, 9 Dec 2012 02:33:51 +0000 (02:33 +0000)
commit452c73060c5cad90429ba2a89420f4f70ed22989
treea3a9638e9c021afdb9304b6607f8f57c62cd3bfa
parentd9cd65c902592b9c86f7315e4b8028b11250c66c
Move insertUpdateRow call before return applyPatch to make it reachable

This might not be quite right... We might want to cache the result of apply patch, insert the row and then return the result...

Change-Id: Ie6a1bb16d2912ad43aa8fd45b2bf10a8bf8652ae
includes/installer/DatabaseUpdater.php