diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-15 01:11:53 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-15 01:11:53 +0000 |
commit | 8c287999487883a54271ae5e91bbb79b4fd15826 (patch) | |
tree | 27b2a78bf6cb9ffde0bd649ca97df36dc06f917b /h-source/Application/Views/talk.php | |
parent | 1854075a62c6ca0422040b4e5ebf89088b0d02b2 (diff) |
added wiki - part 2
Diffstat (limited to 'h-source/Application/Views/talk.php')
-rw-r--r-- | h-source/Application/Views/talk.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/talk.php b/h-source/Application/Views/talk.php index a5de7d9..f578f8e 100644 --- a/h-source/Application/Views/talk.php +++ b/h-source/Application/Views/talk.php @@ -140,7 +140,7 @@ <?php } else { ?> <div class="talk_login_notice"> - <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$this->controller."/".$this->action.$queryString;?>">login</a> <?php echo gtext("in order to add a message");?></a> + <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>">login</a> <?php echo gtext("in order to add a message");?></a> </div> <?php } ?>
\ No newline at end of file |