From cbde7d4762bdfa1d476e01bb33bd56fa962ad140 Mon Sep 17 00:00:00 2001 From: Ahmad Anbar Date: Mon, 15 Sep 2014 18:22:08 +0300 Subject: removed extra quote --- user_guide_src/source/libraries/form_validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src') diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index 2b7780ff2..aae9e3b89 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -519,7 +519,7 @@ the second element of an array, with the first one being the rule name:: 'username', 'Username', array( 'required', - array('username_callable', array($this->users_model', 'valid_username')) + array('username_callable', array($this->users_model, 'valid_username')) ) ); -- cgit v1.2.3-24-g4f1b