Skip to content

Commit

Permalink
fix stats issue
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
  • Loading branch information
DiegoAndresCortes committed Jun 25, 2022
1 parent 6cdfa82 commit dd895d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### 1.4.4 - 25 June 2022
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed bad call to forum stats hook.

#### 1.4.3 - 19 February 2022
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Support for SMF 2.1.0.
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Improved readmes.
Expand Down
2 changes: 1 addition & 1 deletion Sources/SimpleReferrals.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public static function do_recount()
*
* @return void
*/
public function forum_stats()
public static function forum_stats()
{
global $smcFunc, $context, $scripturl, $settings, $modSettings;

Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>smftricks:simplereferrals</id>
<name>Simple Referrals</name>
<version>1.4.3</version>
<version>1.4.4</version>
<type>modification</type>
<install for="2.1 - 2.1.99">
<!-- Mod Readme -->
Expand Down

0 comments on commit dd895d9

Please sign in to comment.