X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateParentId.php;h=e29fa5f1cf94c656499c37c731d5caac5edd42d1;hb=4f0eb20c113f03fbd60057fd8040f68e71655073;hp=c9b7b999a162bc0699849f93e8ed66db4383047b;hpb=3dc6844ae15512838c9ec70b4903090c2723967f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateParentId.php b/maintenance/populateParentId.php index c9b7b999a1..e29fa5f1cf 100644 --- a/maintenance/populateParentId.php +++ b/maintenance/populateParentId.php @@ -23,7 +23,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that makes the required database updates for rev_parent_id @@ -118,4 +118,4 @@ class PopulateParentId extends LoggedUpdateMaintenance { } $maintClass = "PopulateParentId"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;