Skip to content

Commit eae4595

Browse files
committed
Fix typo, missing from variable
1 parent 14916ab commit eae4595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event/main_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function add_memberlist_template_vars($event)
437437

438438
$u_total_contribs = (int) $this->db->sql_fetchfield('contribs');
439439

440-
$db->sql_freeresult($result);
440+
$this->db->sql_freeresult($result);
441441

442442
$u_user_contribs = $this->controller_helper->route('phpbb.titania.author', array(
443443
'author' => urlencode($event['member']['username_clean']),

0 commit comments

Comments
 (0)