mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
* Api: Clear initial load URL after using it, so F5 takes you to the app's normal entry point
This commit is contained in:
parent
93e2633107
commit
9219536c2f
@ -959,6 +959,7 @@ abstract class Ajax extends Api\Framework
|
|||||||
{
|
{
|
||||||
$url = str_replace('%255C', '%5C', $last_direct_url); // fix double encoding of backlash in class-names
|
$url = str_replace('%255C', '%5C', $last_direct_url); // fix double encoding of backlash in class-names
|
||||||
$active_tab = self::app_from_url($last_direct_url);
|
$active_tab = self::app_from_url($last_direct_url);
|
||||||
|
Api\Cache::unsetSession(__CLASS__,'last_direct_url');
|
||||||
}
|
}
|
||||||
else if (strpos($url, 'menuaction') > 0)
|
else if (strpos($url, 'menuaction') > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user