X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateImageSha1.php;h=37429a342d11c08d067ed8a440229269baf22333;hb=86a180097bbe38cc314798b48a5a8b8e70566273;hp=0847edf888ef3f4409dc8b494931f3df6e2a4d34;hpb=b22063a6f958cb5f1aa113f084c46d77e3143d91;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateImageSha1.php b/maintenance/populateImageSha1.php index 0847edf888..37429a342d 100644 --- a/maintenance/populateImageSha1.php +++ b/maintenance/populateImageSha1.php @@ -17,11 +17,17 @@ * 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 to populate the img_sha1 field. + * + * @ingroup Maintenance + */ class PopulateImageSha1 extends LoggedUpdateMaintenance { public function __construct() { parent::__construct();