summaryrefslogtreecommitdiff
path: root/inc/auth_pgsql.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth_pgsql.php')
-rw-r--r--inc/auth_pgsql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth_pgsql.php b/inc/auth_pgsql.php
index 0bbea07e7..e9c36eb58 100644
--- a/inc/auth_pgsql.php
+++ b/inc/auth_pgsql.php
@@ -103,7 +103,7 @@ function auth_getUserData($user){
*
* @author Andreas Gohr <andi@splitbrain.org>
*/
-function auth_createUser($user,$name,$mail){
+function auth_createUser($user,$pass,$name,$mail){
msg("Sorry. Creating users is not supported by the PgSQL backend, yet",-1);
return null;
}