Skip to content

Commit 3cbc036

Browse files
committed
Switch constant check to contribs table and add new line in template file
1 parent aef9166 commit 3cbc036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

event/main_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public function quote_text_upon_pm($event)
420420
*/
421421
public function add_memberlist_template_vars($event)
422422
{
423-
if (!defined('TITANIA_POSTS_TABLE'))
423+
if (!defined('TITANIA_CONTRIBS_TABLE'))
424424
{
425425
// Include Titania so we can access the constants
426426
require($this->ext_root_path . 'common.' . $this->php_ext);

styles/all/template/event/memberlist_view_user_statistics_after.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
{{ lang('SEARCH_USER_CONTRIBUTIONS') }}
77
</a>
88
</strong>
9-
</dd>
9+
</dd>

0 commit comments

Comments
 (0)