diff --git a/cosmogramme/sql/patch/patch_231.php b/cosmogramme/sql/patch/patch_231.php
index 946bf2185abd01fdee297e0f355122ed9de13279..2c658ec853d461151b03c31640c3f941966fdf1e 100644
--- a/cosmogramme/sql/patch/patch_231.php
+++ b/cosmogramme/sql/patch/patch_231.php
@@ -1,5 +1,5 @@
 <?php
-$adapter = Zend_Registry::get('sql')
+$adapter = Zend_Registry::get('sql');
 $adapter->query('ALTER TABLE stats_notices MODIFY nb_visu int(11) default 0');
 $adapter->query('ALTER TABLE stats_notices MODIFY nb_resa int(11) default 0');
 ?>