mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Remove conflict markers from LinkTitles_Special.php
- FIX: Prevent syntax error when accessing special page. Closes #9.
This commit is contained in:
@ -284,11 +284,7 @@ EOF
|
||||
/// Counts the number of pages in a read-access wiki database ($dbr).
|
||||
/// @param $dbr Read-only `Database` object.
|
||||
/// @returns Number of pages in the default namespace (0) of the wiki.
|
||||
<<<<<<< HEAD:includes/LinkTitles_Special.php
|
||||
private function countPages( &$dbr ) {
|
||||
=======
|
||||
private function countPages(&$dbr, $namespacesClause) {
|
||||
>>>>>>> 085a4032f07ef9200370e7561b5b22b4c05e287c:SpecialLinkTitles.php
|
||||
$res = $dbr->select(
|
||||
'page',
|
||||
array('pagecount' => "COUNT(page_id)"),
|
||||
|
Reference in New Issue
Block a user