diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2013-04-25 16:43:54 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2013-04-25 16:43:54 +0200 |
commit | a154806fb54c04841a42641bf5d66716d89c1554 (patch) | |
tree | 9f046eb2de0cc89cb850c7cb55ba53ac3f5c156a /inc/html.php | |
parent | 8257d713a47c1819c2c33ddd2b868eea62d9f6fc (diff) | |
download | rpg-a154806fb54c04841a42641bf5d66716d89c1554.tar.gz rpg-a154806fb54c04841a42641bf5d66716d89c1554.tar.bz2 |
authad: capabilities depend on userdomain specific config
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index fb39fcb3c..3bef75eab 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1352,6 +1352,8 @@ function html_updateprofile(){ /** @var auth_basic $auth */ global $auth; + var_dump($auth); + print p_locale_xhtml('updateprofile'); $fullname = $INPUT->post->str('fullname', $INFO['userinfo']['name'], true); |