File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 401
401
//
402
402
// Set right column
403
403
//
404
- // Check in any tags with at least one entry exist
405
- //
406
- $ hasTags = $ oTag ->existTagRelations ();
407
- if ($ hasTags && (($ action == 'artikel ' ) || ($ action == 'show ' ))) {
404
+ if (($ action == 'artikel ' ) || ($ action == 'show ' )) {
408
405
$ rightSidebarTemplate = $ action == 'artikel ' ? 'catandtag.tpl ' : 'tagcloud.tpl ' ;
409
406
} else {
410
407
$ rightSidebarTemplate = 'startpage.tpl ' ;
701
698
);
702
699
}
703
700
704
- if ($ hasTags && ( 'artikel ' == $ action || 'show ' == $ action || is_numeric ($ solutionId) )) {
701
+ if ('artikel ' == $ action || 'show ' == $ action || is_numeric ($ solutionId )) {
705
702
706
703
// We need some Links from social networks
707
704
$ faqServices = new PMF_Services ($ faqConfig );
You can’t perform that action at this time.
0 commit comments