Fix typo
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 28 Apr 2010 13:55:07 +0000 (15:55 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 28 Apr 2010 13:55:07 +0000 (15:55 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/userfilter.php

index 245d89d..e6756c4 100644 (file)
@@ -182,7 +182,7 @@ class UFC_Promo implements UserFilterCondition
  * @param type Parameter type (Xorg, AX, School)
  * @param value School id value
  */
-class UFC_SchooldId implements UserFilterCondition
+class UFC_SchoolId implements UserFilterCondition
 {
     const AX     = 'ax';
     const Xorg   = 'xorg';