Merge pull request #1755 from kinglozzer/leftandmain_state_fix

Fix broken CMSSettings saving
This commit is contained in:
Ingo Schommer 2013-04-14 13:40:39 -07:00
commit 566ae87c36

View File

@ -551,7 +551,7 @@ jQuery.noConflict();
this.redraw();
this.restoreTabState(typeof state.data.tabState !== 'undefined' ? state.data.tabState : null);
this.restoreTabState((state && typeof state.data.tabState !== 'undefined') ? state.data.tabState : null);
return newContentEls;
},