Ticket #10131: upload.patch
| File upload.patch, 471 bytes (added by , 16 years ago) |
|---|
-
wp-admin/upload.php
267 267 continue; 268 268 $arc_row->mmonth = zeroise( $arc_row->mmonth, 2 ); 269 269 270 if ( $arc_row->yyear . $arc_row->mmonth == $_GET['m'])270 if ( isset($_GET['m']) && ( $arc_row->yyear . $arc_row->mmonth == $_GET['m'] )) 271 271 $default = ' selected="selected"'; 272 272 else 273 273 $default = '';