Let other extensions know that we're installed

This commit is contained in:
Max Semenik 2012-03-12 16:54:17 +04:00
parent b769eafb04
commit 37521118e1

View file

@ -4,6 +4,8 @@ if ( !defined( 'MEDIAWIKI' ) ) {
die;
}
define( 'PAGE_IMAGES_INSTALLED', true );
$wgExtensionCredits['api'][] = array(
'path' => __FILE__,
'name' => 'PageImages',