* The default URL is not the first one in backs, but the first one that can be matched in backs in the path record of the page opened by the user.
This commit is contained in:
@@ -77,12 +77,6 @@ class backBtn extends btn
|
||||
elseif(isset($backs[$app->rawModule]))
|
||||
{
|
||||
$props['data-back'] = $backs[$app->rawModule];
|
||||
|
||||
if(!$this->prop('url'))
|
||||
{
|
||||
$backLinks = explode(',', $backs[$app->rawModule]);
|
||||
$props['data-url'] = $backLinks[0];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user