mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02: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:
@@ -108,7 +108,7 @@ class Questionnaire_Data_Collector
|
||||
* @param array
|
||||
* @param string
|
||||
*/
|
||||
function __construct()
|
||||
function Questionnaire_Data_Collector()
|
||||
{
|
||||
$this->providers = array();
|
||||
}
|
||||
|
Reference in New Issue
Block a user