Merge pull request #16400 from zhem0004/fixMissedChange

fix: Correct the back-port of Spring
This commit is contained in:
Anton Georgiev 2023-01-05 14:40:37 -05:00 committed by GitHub
commit 4cb1c46245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,8 +195,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</bean>
<bean id="presentationService" class="org.bigbluebutton.web.services.PresentationService">
<property name="presentationDir" value="${beans.presentationService.presentationDir}"/>
<property name="testConferenceMock" value="${beans.presentationService.testConferenceMock}"/>
<property name="presentationDir" value="${presentationDir}"/>
<property name="testConferenceMock" value="${testConferenceMock}"/>
<property name="testRoomMock" value="${beans.presentationService.testRoomMock}"/>
<property name="testPresentationName" value="${beans.presentationService.testPresentationName}"/>
<property name="testUploadedPresentation" value="${beans.presentationService.testUploadedPresentation}"/>