mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX #2630 - Removed notice-level error
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65271 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c98c6c387e
commit
750353dcd6
@ -689,7 +689,7 @@ JS;
|
|||||||
}
|
}
|
||||||
|
|
||||||
FormResponse::status_message(_t('LeftAndMain.SAVED','saved'), 'good');
|
FormResponse::status_message(_t('LeftAndMain.SAVED','saved'), 'good');
|
||||||
FormResponse::add($cleanupJS);
|
if($cleanupJS) FormResponse::add($cleanupJS);
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
FormResponse::status_message(_t('LeftAndMain.PLEASESAVE',"Please Save Page: This page could not be upated because it hasn't been saved yet."),"good");
|
FormResponse::status_message(_t('LeftAndMain.PLEASESAVE',"Please Save Page: This page could not be upated because it hasn't been saved yet."),"good");
|
||||||
|
Loading…
Reference in New Issue
Block a user