setTitle on a new null revision
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 27 May 2012 15:47:29 +0000 (17:47 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 27 May 2012 15:47:29 +0000 (17:47 +0200)
commite778bf886c58262706872a6cf96ea67da60cc3fc
treee0ce9ee09ac0cd7b29a83da5f34c7bba0c4dc04e
parent7b9870d07053c563652769204355811cd944db74
setTitle on a new null revision

Revision::getTitle will make a query against slave to load the title on
demand. But when there is a slave lag, the slave does not know the new
revision id and the caller gets null back

Change-Id: Ia85866362715ba666d51106037e7771d6bf4a237
includes/Revision.php