diff options
| author | spiderr <spider@viovio.com> | 2014-04-03 00:09:16 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-04-03 00:09:16 -0400 |
| commit | 8e4f84506691b1ec872e446af446eb5ccbda7fec (patch) | |
| tree | ae675ddef2b6d17e2917917acdc1dcc0f4bed9d4 | |
| parent | e5fa8d924a0e944e7f19c89b2a0c3daf86d09be3 (diff) | |
| download | boards-8e4f84506691b1ec872e446af446eb5ccbda7fec.tar.gz boards-8e4f84506691b1ec872e446af446eb5ccbda7fec.tar.bz2 boards-8e4f84506691b1ec872e446af446eb5ccbda7fec.zip | |
add default view link when board not found
| -rw-r--r-- | view_board_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view_board_inc.php b/view_board_inc.php index 1c2d7fb..a732b29 100644 --- a/view_board_inc.php +++ b/view_board_inc.php @@ -29,7 +29,7 @@ if ( @BitBase::verifyId( $_REQUEST['migrate_board_id'] ) ) { require_once( BOARDS_PKG_PATH.'lookup_inc.php' ); if( !$gContent->isValid() ) { - $gBitSystem->fatalError( "The board you requested could not be found.", NULL, NULL, HttpStatusCodes::HTTP_GONE ); + $gBitSystem->fatalError( "The board you requested could not be found. <a href='".BOARDS_PKG_URL."'>View all boards</a>", NULL, NULL, HttpStatusCodes::HTTP_GONE ); } // approve or reject ananymous comments |
