Page MenuHomePhabricator

BlueSpice should not call deprecated Article::prepareTextForEdit()
Closed, ResolvedPublic

Description

WikiPage::prepareContentForEdit() should be used instead of the deprecated Article::prepareTextForEdit().

Event Timeline

BlueSpiceExtensions$ grep -R prepareTextForEdit *
PageAccess/PageAccess.class.php:		$oEditInfo = $article->prepareTextForEdit( $text, null, $user );

Change 313257 had a related patch set uploaded (by Reedy):
BlueSpice should not call deprecated Article::prepareTextForEdit()

https://gerrit.wikimedia.org/r/313257

Change 313257 merged by jenkins-bot:
BlueSpice should not call deprecated Article::prepareTextForEdit()

https://gerrit.wikimedia.org/r/313257

Reedy claimed this task.