Index: trunk/extensions/DynamicPageList/DPLSetup.php |
— | — | @@ -1213,7 +1213,7 @@ |
1214 | 1214 | } |
1215 | 1215 | |
1216 | 1216 | //------------------------------------------------------------------------------------- ENTRY parser TAG dpl |
1217 | | - public static function dplTag( $input, $params, &$parser ) { |
| 1217 | + public static function dplTag( $input, $params, $parser ) { |
1218 | 1218 | self::behaveLikeIntersection( false ); |
1219 | 1219 | return self::executeTag( $input, $params, $parser ); |
1220 | 1220 | } |
— | — | @@ -1541,4 +1541,4 @@ |
1542 | 1542 | fclose( $bugFile ); |
1543 | 1543 | } |
1544 | 1544 | |
1545 | | -} |
\ No newline at end of file |
| 1545 | +} |