From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- includes/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/Export.php') diff --git a/includes/Export.php b/includes/Export.php index c3ef9451..69d88fc6 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -111,7 +111,7 @@ class WikiExporter { function pageByTitle( $title ) { return $this->dumpFrom( 'page_namespace=' . $title->getNamespace() . - ' AND page_title=' . $this->db->addQuotes( $title->getDbKey() ) ); + ' AND page_title=' . $this->db->addQuotes( $title->getDBkey() ) ); } function pageByName( $name ) { -- cgit v1.2.2