erreur de nom de fonction

This commit is contained in:
Prof Langues 2020-09-29 09:18:37 +02:00
parent da4e8fc46c
commit 5d2bde567f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<?php if($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')): ?>
<div class="row">
<div class="col4">
<?php echo template::capcha('blogArticleCapcha'); ?>
<?php echo template::captcha('blogArticleCapcha'); ?>
</div>
</div>
<?php endif; ?>