1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #240 - duplicate folder - this should fix it.

This commit is contained in:
Cameron
2013-05-05 14:09:50 -07:00
parent ec9e8380a1
commit 5fb926f51d

View File

@@ -753,10 +753,13 @@ function update_706_to_800($type='')
foreach($changeMenuPaths as $cgpArray)
{
if(is_dir(e_PLUGIN.$cgpArray['oldpath']))
{
if(!in_array($cgpArray['oldpath'],$chgPath))
{
$chgPath[] = $cgpArray['oldpath'];
}
}
}
//TODO LAN
if(count($chgPath))