Skip to content

Commit f8d41ff

Browse files
Merge branch '5.4' into 5
2 parents eeea2b9 + c08b86c commit f8d41ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/SiteConfigLeftAndMain.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ public function getEditForm($id = null, $fields = null)
149149
* @param array $data
150150
* @param Form $form
151151
* @return String
152-
* @deprecated 5.4.0 Will be replaced with save()
152+
* @deprecated 5.4.0 Will be replaced with save() in a future major release
153153
*/
154154
public function save_siteconfig($data, $form)
155155
{
156-
Deprecation::noticeWithNoReplacment('5.4.0', 'Will be replaced with save()');
156+
Deprecation::noticeWithNoReplacment('5.4.0', 'Will be replaced with save() in a future major release');
157157
$data = $form->getData();
158158
$siteConfig = DataObject::get_by_id(SiteConfig::class, $data['ID']);
159159
$form->saveInto($siteConfig);

0 commit comments

Comments
 (0)