From: Siebrand Mazeland Date: Thu, 10 Apr 2014 21:27:27 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: 1.31.0-rc.0~16259 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=703933bc105c932a763f2beb8f8613abeb46b9f1;p=lhc%2Fweb%2Fwiklou.git Fix typo in comment Change-Id: I18447c07a783f7d68b89b08cf74eed6149f88670 --- diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index e505ecb391..5b4ccb5ad5 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -465,7 +465,7 @@ class ProtectedPagesPager extends TablePager { break; case 'log_comment': - // when timestamp is null, this is a old protection row + // when timestamp is null, this is an old protection row if ( $row->log_timestamp === null ) { $formatted = Html::rawElement( 'span',