Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/UserPassword.php')
-rw-r--r--libraries/classes/UserPassword.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/classes/UserPassword.php b/libraries/classes/UserPassword.php
index 0b4a80391a..4945f88050 100644
--- a/libraries/classes/UserPassword.php
+++ b/libraries/classes/UserPassword.php
@@ -33,7 +33,7 @@ class UserPassword
*/
public function __construct()
{
- $this->serverPrivileges = new Privileges();
+ $this->serverPrivileges = new Privileges(new Template());
}
/**