@@ -164,7 +164,7 @@ |
||
| 164 | 164 | private function getRevCount() |
| 165 | 165 | { |
| 166 | 166 | $query = "SELECT COUNT(*) AS count FROM " . $this->revisionTable |
| 167 | - . " WHERE rev_page = '" . $this->pageInfo['id'] . "'"; |
|
| 167 | + . " WHERE rev_page = '" . $this->pageInfo['id'] . "'"; |
|
| 168 | 168 | $res = $this->conn->query($query)->fetchAll(); |
| 169 | 169 | return $res[0]['count']; |
| 170 | 170 | } |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | public function userRightsUrl(Project $project) |
| 67 | 67 | { |
| 68 | 68 | return $project->getUrl() . $project->getScriptPath() . "?title=Special:UserRights&user=" . |
| 69 | - $this->getUsername(); |
|
| 69 | + $this->getUsername(); |
|
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | /** |