projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ff41f
)
System setup re-read after upgrade.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 23 Jan 2010 18:21:59 +0000
(18:21 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 23 Jan 2010 18:21:59 +0000
(18:21 +0000)
admin/inst_upgrade.php
patch
|
blob
|
history
diff --git
a/admin/inst_upgrade.php
b/admin/inst_upgrade.php
index 1d646af2ed571835653f693a1418ce48597066ea..670ecb1515d260bbdf3ccad7a05f7cd016d52282 100644
(file)
--- a/
admin/inst_upgrade.php
+++ b/
admin/inst_upgrade.php
@@
-164,6
+164,7
@@
if (get_post('Upgrade'))
$_SESSION["wa_current_user"]->prefs = new user_prefs($user);
display_notification(_('All companies data has been successfully updated'));
}
+ unset($_SESSION['SysPrefs']); // re-read system setup
$Ajax->activate('_page_body');
}