r102978 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102977‎ | r102978 | r102979 >
Date:13:12, 14 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
apply modified patch from bug 32344
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php
@@ -20,7 +20,7 @@
2121 }
2222
2323 if ( !defined( 'SF_VERSION' ) ) {
24 - die( 'This is a Semantic Forms extension. You need to install Semantic Forms first.' );
 24+ die( '<b>Error:</b> <a href="https://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputs">Semantic Forms Inputs</a> is a Semantic Forms extension. You need to install <a href="https://www.mediawiki.org/wiki/Extension:Semantic_Forms">Semantic Forms</a> first.' );
2525 }
2626
2727 define( 'SFI_VERSION', '0.4.2 alpha' );