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 |
1 | 9 | + native |
Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php |
— | — | @@ -3,6 +3,8 @@ |
4 | 4 | * Created on 24.6.2009 |
5 | 5 | * |
6 | 6 | * Author: ning |
| 7 | + * |
| 8 | + * FIXME: extension fails miserably for custom extension paths |
7 | 9 | */ |
8 | 10 | if ( !defined( 'MEDIAWIKI' ) ) die; |
9 | 11 | |