diff options
| author | Christian Fowler <spider@viovio.com> | 2007-03-07 21:02:28 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-03-07 21:02:28 +0000 |
| commit | bacf238ab67cbbd3039e63469d3056e2d483a4eb (patch) | |
| tree | a9718a997b791bf1ae7e52fa0a7ddd6c1fe72d7e /lookup_inc.php | |
| parent | 455f681260a4e02e36024ea030f36f807fef8733 (diff) | |
| download | boards-bacf238ab67cbbd3039e63469d3056e2d483a4eb.tar.gz boards-bacf238ab67cbbd3039e63469d3056e2d483a4eb.tar.bz2 boards-bacf238ab67cbbd3039e63469d3056e2d483a4eb.zip | |
handle look up by migrate_post_id, add rewrite rules for phpBB
Diffstat (limited to 'lookup_inc.php')
| -rw-r--r-- | lookup_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lookup_inc.php b/lookup_inc.php index eacb33d..9dc5d3f 100644 --- a/lookup_inc.php +++ b/lookup_inc.php @@ -21,7 +21,7 @@ if( @BitBase::verifyId( $_REQUEST['t'] ) ) { } elseif (isset($_REQUEST['p'])) { $gContent = new BitBoardPost(); // otherwise create new object -} elseif( isset( $_REQUEST['t'] ) || isset( $_REQUEST['migrate_topic_id'] ) ) { +} elseif( isset( $_REQUEST['t'] ) || isset( $_REQUEST['migrate_topic_id'] ) || isset( $_REQUEST['migrate_post_id'] ) ) { $gContent = new BitBoardTopic(); } else { $gContent = new BitBoard(); |
