Skip to content

Instantly share code, notes, and snippets.

@2dpi
Created November 28, 2012 13:55
Show Gist options
  • Save 2dpi/4161470 to your computer and use it in GitHub Desktop.
Save 2dpi/4161470 to your computer and use it in GitHub Desktop.
SEBLOD: module form validation issue fix
<?
// 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