Fix broken CMSSettings saving

Regression from da7e515d13
This commit is contained in:
Loz Calver 2013-04-11 17:25:15 +01:00
parent 1f7796c83e
commit c53b61c347

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;
},