Tweak behaviour of memory driver and small update

This commit is contained in:
Barry
2013-03-21 10:55:25 +01:00
parent 38da3b86cd
commit ec1b117cbd
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -4124,7 +4124,7 @@ namespace {
* @param array $options
* @return string
*/
public static function submit($value = null, $options = array()){
public static function submit($value = 'Submit', $options = array()){
return self::$root->submit($value, $options);
}