X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpopulateParentId.php;h=e81d4ffbd911743cce7f4776d648cb921ef925de;hb=0d76bceabd9ed9dadc249d59ef78a2cc4bc4f82d;hp=b6d20671d343416204224f25013d472c26aa8b9a;hpb=b095e93a1ab952164f43cde017fae3f0653f66d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateParentId.php b/maintenance/populateParentId.php index b6d20671d3..e81d4ffbd9 100644 --- a/maintenance/populateParentId.php +++ b/maintenance/populateParentId.php @@ -19,11 +19,18 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +require_once( __DIR__ . '/Maintenance.php' ); +/** + * Maintenance script that makes the required database updates for rev_parent_id + * to be of any use. + * + * @ingroup Maintenance + */ class PopulateParentId extends LoggedUpdateMaintenance { public function __construct() { parent::__construct();