1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11854] Migrate all old php4 constructor

PHPBB3-11854
This commit is contained in:
Tristan Darricau
2014-08-09 15:30:05 +02:00
parent 28cf0ef832
commit 99b7d18ab2
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class non_gd
/**
* Define filtered pngs on init
*/
function captcha()
function __construct()
{
// If we can we will generate a single filtered png, we avoid nastiness via emulation of some Zlib stuff
$this->define_filtered_pngs();