- Fixed a bug while editing an account it would loose the account info along
the way.3-00
parent
d23ea5043c
commit
dc4a5bfc55
|
@ -206,7 +206,7 @@ function account_save($edit, &$name) {
|
|||
}
|
||||
|
||||
function account_form($account = 0) {
|
||||
global $access, $account;
|
||||
global $access;
|
||||
|
||||
function access($name) {
|
||||
global $access, $account;
|
||||
|
|
Loading…
Reference in New Issue