- Timestamp:
- 11/26/08 03:26:59 (6 weeks ago)
- Files:
-
- 1 modified
-
plugins/route301/trunk/route301.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/route301/trunk/route301.plugin.php
r1310 r1356 108 108 { 109 109 if ( $action === 'atom_feed' ) { 110 $url = URL::get( 'atom_feed', array_merge( array( 'index' => 1 ), $this->handler_vars ), false ); 110 if ( !isset( $this->handler_vars['index'] ) ) { 111 $this->handler_vars['index'] = 1; 112 } 113 $url = URL::get( 'atom_feed', $this->handler_vars, false ); 111 114 } else 112 115 if ( $action === 'display_entry' ) {
