Created
November 28, 2012 13:55
-
-
Save 2dpi/4161470 to your computer and use it in GitHub Desktop.
SEBLOD: module form validation issue fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
// add to from module code to avoid submission issues | |
if ( ( JCck::getConfig_Param( 'validation', 2 ) > 1 ) && $config['validation'] != '' ) { | |
} | |
;?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment