diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-02-13 18:49:16 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-02-13 18:49:16 +0100 |
commit | 93e911cc0a3e855e85dfd6b2252ad9bf4cc5ed11 (patch) | |
tree | 6784005bcbe035fdcb0a6ae9554fcfc7d83bdb0a /lib | |
parent | 6e464fc5163b79b488dd47223351210cb7af097a (diff) | |
parent | 02b284de4efc44cb4bf5024d4605d10b4fa895e3 (diff) | |
download | rpg-93e911cc0a3e855e85dfd6b2252ad9bf4cc5ed11.tar.gz rpg-93e911cc0a3e855e85dfd6b2252ad9bf4cc5ed11.tar.bz2 |
Merge branch 'master' of https://github.com/petsagouris/dokuwiki into petsagouris-master
Diffstat (limited to 'lib')
-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 629d0bd67..5ce562319 100644 --- a/lib/plugins/popularity/helper.php +++ b/lib/plugins/popularity/helper.php @@ -60,7 +60,7 @@ class helper_plugin_popularity extends Dokuwiki_Plugin { $result[] = array( 'name' => 'lastSentTime', 'desc' => 'Compute the last time popularity data was sent', - 'params' => 'array()', + 'params' => array(), 'return' => array('data' => 'int') ); return $result; |