1
0
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:
Nils Adermann
2009-06-27 21:10:14 +00:00
parent b07b30f55d
commit 4940548389
2 changed files with 2 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ class Questionnaire_Data_Collector
* @param array
* @param string
*/
function __construct()
function Questionnaire_Data_Collector()
{
$this->providers = array();
}