summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-12-16 20:25:46 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-12-16 20:25:46 +0100
commite93f702b5fe5b7ec5a39c1a080669c8a4eb7d965 (patch)
tree3a5400d2842cfef2e7826bffbf7e092d77320ea8 /install.php
parent3a0852d932a09ba01dcbcf2d371febf451f9f00c (diff)
downloadrpg-e93f702b5fe5b7ec5a39c1a080669c8a4eb7d965.tar.gz
rpg-e93f702b5fe5b7ec5a39c1a080669c8a4eb7d965.tar.bz2
changed popularity link
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 8f00d9746..f54c25207 100644
--- a/install.php
+++ b/install.php
@@ -228,7 +228,7 @@ function print_form($d){
<p><?php echo $lang['i_pop_field']?></p>
<label for="pop">
<input type="checkbox" name="d[pop]" id="pop" <?php echo(($d['pop'] ? ' checked="checked"' : ''));?> />
- <?php echo $lang['i_pop_label']?> <a href="http://www.dokuwiki.org/plugin:popularity" target="_blank"><sup>[?]</sup></a>
+ <?php echo $lang['i_pop_label']?> <a href="http://www.dokuwiki.org/popularity" target="_blank"><sup>[?]</sup></a>
</label>
</fieldset>