diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-17 11:29:43 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-17 11:29:43 +0100 |
| commit | 1778d95793e4bc5d494ece84ec177b5629c830f3 (patch) | |
| tree | 0a2bb99a68d29cefd9b3893a0f2baa26f3a9130a /backlinks.php | |
| parent | 5be3819d87efc26863bffe0962a805a267a51700 (diff) | |
| download | wiki-1778d95793e4bc5d494ece84ec177b5629c830f3.tar.gz wiki-1778d95793e4bc5d494ece84ec177b5629c830f3.tar.bz2 wiki-1778d95793e4bc5d494ece84ec177b5629c830f3.zip | |
Tweaks to allow backlinks listing to work. Using to check the backlinks option on the wiki pages, but extending to blogs may be useful.V5-php84
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" |
