Fix import alternative alias
This commit is contained in:
parent
de9f1aab0f
commit
c2420aa5d9
@ -330,7 +330,7 @@ if ($action == 'addcontainer')
|
|||||||
}
|
}
|
||||||
|
|
||||||
$objectpage->aliasalt = '';
|
$objectpage->aliasalt = '';
|
||||||
if (preg_match('/^(\d+)\-/', basename($pageurl), $reg)) $objectpage->aliasalt = $reg[0];
|
if (preg_match('/^(\d+)\-/', basename($urltograb), $reg)) $objectpage->aliasalt = $reg[1];
|
||||||
|
|
||||||
if (preg_match('/<title>(.*)<\/title>/ims', $head, $regtmp))
|
if (preg_match('/<title>(.*)<\/title>/ims', $head, $regtmp))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user