Index: branches/liquidthreads/extensions/LqtPages.php |
— | — | @@ -407,7 +407,7 @@ |
408 | 408 | // TODO this is a holdover from the special page; not sure what's correct here. |
409 | 409 | // we now have a real true $this->article that makes some sense. |
410 | 410 | // but we still want to know about $t->article. |
411 | | -// $this->article = $t->article(); # for creating reply threads. |
| 411 | + $this->article = $t->article(); # for creating reply threads. |
412 | 412 | |
413 | 413 | } |
414 | 414 | |
— | — | @@ -652,6 +652,8 @@ |
653 | 653 | // TODO this is a holdover from the special page; not sure what's correct here. |
654 | 654 | // we now have a real true $this->article that makes some sense. |
655 | 655 | // but we still want to know about $t->article. |
| 656 | + // $this->article gets saved to thread_article, so we want it to point to the |
| 657 | + // subject page associated with the talkpage, always, not the permalink url. |
656 | 658 | // $this->article = $t->article(); # for creating reply threads. |
657 | 659 | |
658 | 660 | $this->output->setSubtitle("Viewing a history listing."); |