Fixed typo in variable name

This commit is contained in:
evilbloodydemon 2011-04-24 11:24:56 +04:00
parent b31f25fb8b
commit 1d7d20768f
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 {