Merged pull request #62 from evilbloodydemon/unused-vars.

Fixed typo in variable name
This commit is contained in:
José Lorenzo Rodríguez 2011-04-26 10:53:16 -07:00
commit c4c35f2539
2 changed files with 2 additions and 2 deletions

View file

@ -286,7 +286,7 @@
/** /**
* Pick the caching engine to use. If APC is enabled use it. * Pick the caching engine to use. If APC is enabled use it.
* If running via cli - apc is disabled by default. ensure it's avaiable and enabled in this case * If running via cli - apc is disabled by default. ensure it's available and enabled in this case
* *
*/ */
$engine = 'File'; $engine = 'File';

View file

@ -1809,7 +1809,7 @@ class FormHelper extends AppHelper {
$attributes['value'] = $meridian; $attributes['value'] = $meridian;
} else { } else {
if (empty($value)) { if (empty($value)) {
if (!$attribues['empty']) { if (!$attributes['empty']) {
$attributes['value'] = date('a'); $attributes['value'] = date('a');
} }
} else { } else {