Skip to content

Commit

Permalink
Incorrect file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Jul 2, 2012
1 parent cf2ed4f commit 3c301b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_password.php
Expand Up @@ -192,7 +192,7 @@ function PMA_changePassAuthType($_url_params, $password)

// include_once "libraries/plugins/auth/AuthenticationCookie.class.php";
// $auth_plugin = new AuthenticationCookie();
// the $auth_plugin is already defined in common.lib.php when this is used
// the $auth_plugin is already defined in common.inc.php when this is used
global $auth_plugin;

if ($GLOBALS['cfg']['Server']['auth_type'] == 'cookie') {
Expand Down

0 comments on commit 3c301b0

Please sign in to comment.