@@ -251,9 +251,9 @@ |
||
251 | 251 | $conn = $this->getProjectsConnection(); |
252 | 252 | $pageTable = $this->getTableName($project->getDatabaseName(), 'page'); |
253 | 253 | $query = "SELECT page_id " |
254 | - . " FROM $pageTable " |
|
255 | - . " WHERE page_namespace = :ns AND page_title = :title AND page_len > 0 " |
|
256 | - . " LIMIT 1"; |
|
254 | + . " FROM $pageTable " |
|
255 | + . " WHERE page_namespace = :ns AND page_title = :title AND page_len > 0 " |
|
256 | + . " LIMIT 1"; |
|
257 | 257 | $params = [ |
258 | 258 | 'ns' => $namespaceId, |
259 | 259 | 'title' => $pageTitle, |
@@ -389,7 +389,7 @@ |
||
389 | 389 | * The edit previously deemed as having the maximum amount of content added. |
390 | 390 | * This is used to discount content that was reverted. |
391 | 391 | * @var Edit|null |
392 | - */ |
|
392 | + */ |
|
393 | 393 | $prevMaxAddEdit = null; |
394 | 394 | |
395 | 395 | /** |