X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FpopulateImageSha1.php;h=37429a342d11c08d067ed8a440229269baf22333;hb=523d7f037e5e8b31fcd9d1a376ab1a36a45d5df2;hp=0847edf888ef3f4409dc8b494931f3df6e2a4d34;hpb=bc174c139c43837ec68cf58abc85ad6fbe832feb;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();