Index: trunk/extensions/DynamicPageList/DPLSetup.php |
— | — | @@ -1189,7 +1189,7 @@ |
1190 | 1190 | return true; |
1191 | 1191 | } |
1192 | 1192 | |
1193 | | - public static function setupMigration() { |
| 1193 | + public static function setupMigration( $parser ) { |
1194 | 1194 | // DPL offers the same functionality as Intersection under the tag name <Intersection> |
1195 | 1195 | $parser->setHook( 'Intersection', array( __CLASS__, 'intersectionTag' ) ); |
1196 | 1196 | |