diff options
Diffstat (limited to 'lib/plugins/popularity/helper.php')
-rw-r--r-- | lib/plugins/popularity/helper.php | 9 |
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 */ |