summaryrefslogtreecommitdiff
path: root/lib/plugins/popularity/helper.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2013-09-19 22:57:17 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2013-09-19 22:57:17 +0200
commita1f2b5a3ca0af3e89bd77a5c68fd24b02416e60a (patch)
tree3ff10795cc67284c926da31146be8bc2e37e3e42 /lib/plugins/popularity/helper.php
parent9c438d6c2f958e38aa324a04ed37b9a072872038 (diff)
downloadrpg-a1f2b5a3ca0af3e89bd77a5c68fd24b02416e60a.tar.gz
rpg-a1f2b5a3ca0af3e89bd77a5c68fd24b02416e60a.tar.bz2
Fixed gathering of version of popularity plugin
Diffstat (limited to 'lib/plugins/popularity/helper.php')
-rw-r--r--lib/plugins/popularity/helper.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/popularity/helper.php b/lib/plugins/popularity/helper.php
index 0e38bcb88..9220d6b6d 100644
--- a/lib/plugins/popularity/helper.php
+++ b/lib/plugins/popularity/helper.php
@@ -70,6 +70,15 @@ class helper_plugin_popularity extends Dokuwiki_Plugin {
}
/**
+ * Sets plugin version
+ *
+ * @param string $pluginversion
+ */
+ public function setVersion($pluginversion) {
+ $this->version = $pluginversion;
+ }
+
+ /**
* Check if autosubmit is enabled
* @return boolean TRUE if we should send data once a month, FALSE otherwise
*/