mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
typo removed, since there is no need to store the current prefs
This commit is contained in:
parent
fdbf8c18a9
commit
f2bc951d3f
@ -65,7 +65,7 @@
|
||||
$GLOBALS['phpgw']->preferences->delete('portal_order',$new_order);
|
||||
$GLOBALS['phpgw']->preferences->add('portal_order',$new_order,intval($_GET['app']));
|
||||
|
||||
$GLOBALS['phpgw_info']['user']['preferences']['portal_order'] = $GLOBALS['phpgw']->preferences->save_repository();
|
||||
$GLOBALS['phpgw']->preferences->save_repository();
|
||||
}
|
||||
|
||||
//error_reporting(E_ALL);
|
||||
|
Loading…
Reference in New Issue
Block a user