From: Greg Sabino Mullane Date: Thu, 21 Feb 2008 20:05:52 +0000 (+0000) Subject: Continue the pretty lining up from above. X-Git-Tag: 1.31.0-rc.0~49411 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=6288ee6c0f31c407181bff1259d5c9d14ab2eff2;p=lhc%2Fweb%2Fwiklou.git Continue the pretty lining up from above. --- diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 152058ac5a..28dbf5bfc5 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -164,7 +164,7 @@ class LinksUpdate { $this->dumbTableUpdate( 'categorylinks', $this->getCategoryInsertions(), 'cl_from' ); $this->dumbTableUpdate( 'templatelinks', $this->getTemplateInsertions(), 'tl_from' ); $this->dumbTableUpdate( 'externallinks', $this->getExternalInsertions(), 'el_from' ); - $this->dumbTableUpdate( 'langlinks', $this->getInterlangInsertions(), 'll_from' ); + $this->dumbTableUpdate( 'langlinks', $this->getInterlangInsertions(),'ll_from' ); $this->dumbTableUpdate( 'page_props', $this->getPropertyInsertions(), 'pp_page' ); # Update the cache of all the category pages and image description pages which were changed