Fix entry points management, broken back in 2008

This commit is contained in:
Maxim Shafirov
2012-04-03 20:52:55 +04:00
parent 6f0f4abae7
commit 618850449e
@@ -241,7 +241,7 @@ public class EntryPointsManagerImpl implements PersistentStateComponent<Element>
}
}
if (isPersistent) {
if (!isPersistent) {
myTemporaryEntryPoints.add(newEntryPoint);
((RefElementImpl)newEntryPoint).setEntry(true);
}