From be7849a81d30eb9ef6d16a78ee30cc4b3cf65f56 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 14 Mar 2007 01:05:08 +0000 Subject: [PATCH] *Use constant prefix IMG, not REV --- includes/Image.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/Image.php b/includes/Image.php index 05b431c7dc..c4d237b076 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -2531,9 +2531,9 @@ class ThumbnailImage { /** * Aliases for backwards compatibility with 1.6 */ -define( 'MW_REV_DELETED_FILE', Image::DELETED_FILE ); -define( 'MW_REV_DELETED_COMMENT', Image::DELETED_COMMENT ); -define( 'MW_REV_DELETED_USER', Image::DELETED_USER ); -define( 'MW_REV_DELETED_RESTRICTED', Image::DELETED_RESTRICTED ); +define( 'MW_IMG_DELETED_FILE', Image::DELETED_FILE ); +define( 'MW_IMG_DELETED_COMMENT', Image::DELETED_COMMENT ); +define( 'MW_IMG_DELETED_USER', Image::DELETED_USER ); +define( 'MW_IMG_DELETED_RESTRICTED', Image::DELETED_RESTRICTED ); ?> -- 2.20.1