@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | */ |
| 39 | 39 | const EDIT_SIGNALEMENT = true; |
| 40 | 40 | |
| 41 | - const CITATION_LIMIT = 150; |
|
| 41 | + const CITATION_LIMIT = 150; |
|
| 42 | 42 | const DELAY_BOTFLAG_SECONDS = 120; |
| 43 | 43 | const DELAY_NO_BOTFLAG_SECONDS = 120; |
| 44 | 44 | const ERROR_MSG_TEMPLATE = __DIR__.'/templates/message_errors.wiki'; |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | // Page supprimée ? |
| 131 | - if($page->getLastRevision() === null) { |
|
| 131 | + if ($page->getLastRevision() === null) { |
|
| 132 | 132 | $this->log->warning("SKIP : page supprimée !\n"); |
| 133 | 133 | $this->db->deleteArticle($title); |
| 134 | 134 | |