Fix Search results for Threads when useContainers=1
This commit is contained in:
parent
25aad27cdb
commit
3a054b4895
7 changed files with 106 additions and 19 deletions
|
|
@ -497,13 +497,13 @@ sub getDeleteUrl {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getDirectLinkUrl ( )
|
||||
=head2 getThreadLinkUrl ( )
|
||||
|
||||
Returns the URL for this Post, which links directly to its anchor and page.
|
||||
|
||||
=cut
|
||||
|
||||
sub getDirectLinkUrl {
|
||||
sub getThreadLinkUrl {
|
||||
my $self = shift;
|
||||
my $url;
|
||||
my $page_size = $self->getThread->getParent->get('postsPerPage');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue