Skip to content

Commit

Permalink
Update to newest Formo (follows vendor repo).
Browse files Browse the repository at this point in the history
  • Loading branch information
shadlaws committed Aug 28, 2013
1 parent 993e41b commit 8dfe742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/formo/classes/Formo/Core/Driver/Checkbox.php
Expand Up @@ -35,7 +35,7 @@ public static function get_template( array $array)
return $template; return $template;
} }


return 'checkbox_template'; return 'opts/checkbox_template';
} }


public static function get_tag() public static function get_tag()
Expand All @@ -50,4 +50,4 @@ public static function new_val( array $array)
return (bool) $new_val; return (bool) $new_val;
} }


} }

0 comments on commit 8dfe742

Please sign in to comment.