From 8dd6b5f487cc3310df8174b304727a4e1ae5b7de Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 28 Nov 2012 10:28:01 +0800 Subject: [PATCH] MDL-33791 - fix upgrade.txt ordering --- portfolio/upgrade.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/portfolio/upgrade.txt b/portfolio/upgrade.txt index 460df3dbe6f..557a33b34bc 100644 --- a/portfolio/upgrade.txt +++ b/portfolio/upgrade.txt @@ -1,13 +1,6 @@ This files describes API changes in /portfolio/ portfolio system, information provided here is intended especially for developers. -=== 2.3 === - -required changes: -* The following methods must now be declared static for php5 compatibility: - - admin_config_form - - admin_config_validation - === 2.4 === The set_callback_options function's third parameter has been changed from a file path @@ -23,4 +16,11 @@ $button->set_callback_options('assignment_portfolio_caller', array('id' => $this Now becomes: -$button->set_callback_options('assignment_portfolio_caller', array('id' => $this->cm->id, 'fileid' => $file->get_id()), 'mod_assignment'); \ No newline at end of file +$button->set_callback_options('assignment_portfolio_caller', array('id' => $this->cm->id, 'fileid' => $file->get_id()), 'mod_assignment'); + +=== 2.3 === + +required changes: +* The following methods must now be declared static for php5 compatibility: + - admin_config_form + - admin_config_validation -- 2.43.0