diff options
Diffstat (limited to 'backlinks.php')
| -rwxr-xr-x | backlinks.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backlinks.php b/backlinks.php index e4c3578..864c75f 100755 --- a/backlinks.php +++ b/backlinks.php @@ -31,6 +31,7 @@ if( !$gContent->pageExists( $gContent->mPageName )) { } else { $_REQUEST["page"] = $gContent->mPageName; $gBitSmarty->assign('page', $_REQUEST["page"]); + $gBitSmarty->assign('page_id', $_REQUEST["page_id"]); } // Get the backlinks for the page "page" |
