Author: sevein Date: Sat Jan 28 16:34:07 2012 New Revision: 10768 Log: Update classes names
Modified: trunk/lib/validator/QubitValidatorCountable.class.php trunk/lib/validator/QubitValidatorPassword.class.php Modified: trunk/lib/validator/QubitValidatorCountable.class.php ============================================================================== --- trunk/lib/validator/QubitValidatorCountable.class.php Sat Jan 28 16:32:36 2012 (r10767) +++ trunk/lib/validator/QubitValidatorCountable.class.php Sat Jan 28 16:34:07 2012 (r10768) @@ -17,7 +17,7 @@ * along with Qubit Toolkit. If not, see <http://www.gnu.org/licenses/>. */ -class QubitCountableValidator extends sfValidatorBase +class QubitValidatorCountable extends sfValidatorBase { /** * @see sfValidatorBase Modified: trunk/lib/validator/QubitValidatorPassword.class.php ============================================================================== --- trunk/lib/validator/QubitValidatorPassword.class.php Sat Jan 28 16:32:36 2012 (r10767) +++ trunk/lib/validator/QubitValidatorPassword.class.php Sat Jan 28 16:34:07 2012 (r10768) @@ -17,7 +17,7 @@ * along with Qubit Toolkit. If not, see <http://www.gnu.org/licenses/>. */ -class QubitPasswordValidator extends sfValidatorBase +class QubitValidatorPassword extends sfValidatorBase { protected function configure($options = array(), $messages = array()) { -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
