noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 06/13: typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/13: typo
Date: Sun, 16 Oct 2022 17:26:14 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e9d5aaf1055a55e08da4dbf786534e60efd77bcb
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Oct 8 10:55:35 2022 +0200

    typo
---
 include/class/card_attribut_mtable.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/card_attribut_mtable.class.php 
b/include/class/card_attribut_mtable.class.php
index 26c5be1c2..f8a7f16a3 100644
--- a/include/class/card_attribut_mtable.class.php
+++ b/include/class/card_attribut_mtable.class.php
@@ -219,7 +219,7 @@ class Card_Attribut_MTable extends Manage_Table_SQL
                 $this->set_error("ad_extra", _("La requête SQL doit commencer 
par SELECT "));
             }
         }
-        if ( $object_sql->ad_default_order < 11 || $object->ad_default_order > 
9998) {
+        if ( $object_sql->ad_default_order < 11 || 
$object_sql->ad_default_order > 9998) {
             $this->set_error("ad_default_order",_("Valeur entre 11 et 9998"));
         }
         if ($this->count_error()>0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]