Index: trunk/phase3/includes/Article.php |
— | — | @@ -2518,7 +2518,7 @@ |
2519 | 2519 | $id = $this->mTitle->getArticleID(); |
2520 | 2520 | |
2521 | 2521 | if ( $id <= 0 ) { |
2522 | | - wfDebug( "updateRestrictions failed: $id <= 0\n" ); |
| 2522 | + wfDebug( "updateRestrictions failed: article id $id <= 0\n" ); |
2523 | 2523 | return false; |
2524 | 2524 | } |
2525 | 2525 | |