Skip to content

Commit dd895d9

Browse files
fix stats issue
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
1 parent 6cdfa82 commit dd895d9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
#### 1.4.4 - 25 June 2022
4+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed bad call to forum stats hook.
5+
36
#### 1.4.3 - 19 February 2022
47
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Support for SMF 2.1.0.
58
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Improved readmes.

Sources/SimpleReferrals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public static function do_recount()
569569
*
570570
* @return void
571571
*/
572-
public function forum_stats()
572+
public static function forum_stats()
573573
{
574574
global $smcFunc, $context, $scripturl, $settings, $modSettings;
575575

package-info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
44
<id>smftricks:simplereferrals</id>
55
<name>Simple Referrals</name>
6-
<version>1.4.3</version>
6+
<version>1.4.4</version>
77
<type>modification</type>
88
<install for="2.1 - 2.1.99">
99
<!-- Mod Readme -->

0 commit comments

Comments
 (0)