Skip to content

Commit

Permalink
Update to newest Formo.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadlaws committed Aug 28, 2013
1 parent c367bb8 commit 113fcef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kohana3-formo/README
@@ -1,6 +1,6 @@
CURRENT INFO -- 2013/06/16
CURRENT INFO -- 2013/08/28
--------------------------
Formo -- master branch last revised 2013/06/16
Formo -- master branch last revised 2013/08/28
- project homepage: http://github.com/bmidget/kohana-formo
- current dl link : http://github.com/bmidget/kohana-formo/zipball/master

Expand Down
4 changes: 2 additions & 2 deletions kohana3-formo/modified/classes/Formo/Core/Driver/Checkbox.php
Expand Up @@ -35,7 +35,7 @@ public static function get_template( array $array)
return $template;
}

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

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

}
}
4 changes: 2 additions & 2 deletions kohana3-formo/upstream/classes/Formo/Core/Driver/Checkbox.php
Expand Up @@ -35,7 +35,7 @@ public static function get_template( array $array)
return $template;
}

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

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

}
}

0 comments on commit 113fcef

Please sign in to comment.