r70740 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70739‎ | r70740 | r70741 >
Date:03:45, 9 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed proper entry point
Modified paths:
  • /trunk/extensions/SemanticNotifyMe/SemanticNotifyMe.php (added) (history)
  • /trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticNotifyMe/SemanticNotifyMe.php
@@ -0,0 +1,7 @@
 2+<?php
 3+
 4+/**
 5+ * Main entry point for the SemanticNotifyMe extension.
 6+ */
 7+
 8+require_once dirname( __FILE__ ) . '/includes/SNM_Initialize.php';
\ No newline at end of file
Property changes on: trunk/extensions/SemanticNotifyMe/SemanticNotifyMe.php
___________________________________________________________________
Added: svn:eol-style
19 + native
Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php
@@ -3,6 +3,8 @@
44 * Created on 24.6.2009
55 *
66 * Author: ning
 7+ *
 8+ * FIXME: extension fails miserably for custom extension paths
79 */
810 if ( !defined( 'MEDIAWIKI' ) ) die;
911

Status & tagging log