mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
- forgot to remove __construct methods when making this PHP4 compatible
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9700 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b07b30f55d
commit
4940548389
@ -108,7 +108,7 @@ class Questionnaire_Data_Collector
|
||||
* @param array
|
||||
* @param string
|
||||
*/
|
||||
function __construct()
|
||||
function Questionnaire_Data_Collector()
|
||||
{
|
||||
$this->providers = array();
|
||||
}
|
||||
|
@ -27,9 +27,8 @@ class questionnaire_phpbb_data_provider
|
||||
* Constructor.
|
||||
*
|
||||
* @param array $config
|
||||
* @param string $oldversion
|
||||
*/
|
||||
function __construct($config)
|
||||
function questionnaire_phpbb_data_provider($config)
|
||||
{
|
||||
// generate a unique id if necessary
|
||||
if (!isset($config['questionnaire_unique_id']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user