mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Issue #240 - duplicate folder - this should fix it.
This commit is contained in:
parent
ec9e8380a1
commit
5fb926f51d
@ -754,7 +754,10 @@ function update_706_to_800($type='')
|
||||
{
|
||||
if(is_dir(e_PLUGIN.$cgpArray['oldpath']))
|
||||
{
|
||||
$chgPath[] = $cgpArray['oldpath'];
|
||||
if(!in_array($cgpArray['oldpath'],$chgPath))
|
||||
{
|
||||
$chgPath[] = $cgpArray['oldpath'];
|
||||
}
|
||||
}
|
||||
}
|
||||
//TODO LAN
|
||||
|
Loading…
x
Reference in New Issue
Block a user