We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c25a13 commit 6338bbfCopy full SHA for 6338bbf
models/CBSecurity.cfc
@@ -443,7 +443,7 @@ component threadsafe singleton accessors="true" {
443
* @message The error message to throw in the exception
444
*
445
* @throws NoUserLoggedIn
446
- * @throws NotAuthorized
+ * @throws NotAuthorized
447
*/
448
CBSecurity function secureSameUser( required user, message = variables.DEFAULT_ERROR_MESSAGE ){
449
if ( !sameUser( arguments.user ) ) {
0 commit comments