diff options
Diffstat (limited to 'phpBB/phpbb/captcha/non_gd.php')
-rw-r--r-- | phpBB/phpbb/captcha/non_gd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/non_gd.php b/phpBB/phpbb/captcha/non_gd.php index 0a7aeb0e6c..3818672f17 100644 --- a/phpBB/phpbb/captcha/non_gd.php +++ b/phpBB/phpbb/captcha/non_gd.php @@ -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(); |