summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-03-14 16:44:44 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-03-14 16:44:44 +0100
commit1359eacbdbff842b241a85ea274a00982fec9267 (patch)
tree9b954ff7b5d656dd5b9a94fde89d690030a558ab /inc/template.php
parenta280c123d85db2bd11a95b562080baf6d225a28d (diff)
parentb981d5915250e5efe218466b608607174eb26608 (diff)
downloadrpg-1359eacbdbff842b241a85ea274a00982fec9267.tar.gz
rpg-1359eacbdbff842b241a85ea274a00982fec9267.tar.bz2
Merge pull request #574 from splitbrain/FS#2124deniedtext
Improve denied access text FS#2124
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 88964fada..1bf6b45b2 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -154,7 +154,7 @@ function tpl_content_core() {
html_resendpwd();
break;
case 'denied':
- print p_locale_xhtml('denied');
+ html_denied();
break;
case 'profile' :
html_updateprofile();