diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:54:32 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:54:32 +0200 |
commit | dd0d7a4198ffaf4061d322de53ecd9a34eac3500 (patch) | |
tree | 9883d43081d67b8886c7076effa313cfec9ff7c0 /lib/plugins/popularity/helper.php | |
parent | bff1a21bd9a53ef56d9603457bbb3b6178564791 (diff) | |
parent | 79eec18f7ad9126ba147cd13eb2a8d6ee41bf140 (diff) | |
download | rpg-dd0d7a4198ffaf4061d322de53ecd9a34eac3500.tar.gz rpg-dd0d7a4198ffaf4061d322de53ecd9a34eac3500.tar.bz2 |
Merge pull request #1154 from splitbrain/php7compatibility
Php7compatibility
Diffstat (limited to 'lib/plugins/popularity/helper.php')
-rw-r--r-- | lib/plugins/popularity/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/popularity/helper.php b/lib/plugins/popularity/helper.php index 8673fb5af..e99f6a60c 100644 --- a/lib/plugins/popularity/helper.php +++ b/lib/plugins/popularity/helper.php @@ -30,7 +30,7 @@ class helper_plugin_popularity extends Dokuwiki_Plugin { var $popularityLastSubmitFile; - function helper_plugin_popularity(){ + function __construct(){ global $conf; $this->autosubmitFile = $conf['cachedir'].'/autosubmit.txt'; $this->autosubmitErrorFile = $conf['cachedir'].'/autosubmitError.txt'; |