diff --git a/htdocs/admin/security_other.php b/htdocs/admin/security_other.php
index 8081f06dcd3..8c5491cae82 100644
--- a/htdocs/admin/security_other.php
+++ b/htdocs/admin/security_other.php
@@ -153,7 +153,7 @@ if (function_exists("imagecreatefrompng"))
{
print ''.$langs->trans("Activate").'';
}
- if($conf->global->MAIN_SECURITY_ENABLECAPTCHA == 1 && function_exists("imagecreatefrompng"))
+ if($conf->global->MAIN_SECURITY_ENABLECAPTCHA == 1)
{
print ''.$langs->trans("Disable").'';
}