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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user