summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.tokens.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-18 07:56:20 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-18 07:56:20 +0000
commitd89865d1ef4b4f159f90e55950a7d2c691849eda (patch)
tree1334898bf7aba27ad04ce166984b163ef9fd2177 /modules/statistics/statistics.tokens.inc
parent513d7eb87ef04e783ee81b2fdf1307389cf8557a (diff)
downloadbrdo-d89865d1ef4b4f159f90e55950a7d2c691849eda.tar.gz
brdo-d89865d1ef4b4f159f90e55950a7d2c691849eda.tar.bz2
#602200 by stBorchert: Fixed notices in account settings.
Diffstat (limited to 'modules/statistics/statistics.tokens.inc')
-rw-r--r--modules/statistics/statistics.tokens.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/statistics/statistics.tokens.inc b/modules/statistics/statistics.tokens.inc
index 2a0e59888..b0345f7c8 100644
--- a/modules/statistics/statistics.tokens.inc
+++ b/modules/statistics/statistics.tokens.inc
@@ -34,6 +34,7 @@ function statistics_token_info() {
*/
function statistics_tokens($type, $tokens, array $data = array(), array $options = array()) {
$url_options = array('absolute' => TRUE);
+ $replacements = array();
if ($type == 'node' & !empty($data['node'])) {
$node = $data['node'];