From 9d1e3cbb05d1d0b6533a336e21586e768bda4ecb Mon Sep 17 00:00:00 2001 From: Graham Weldon Date: Fri, 16 Sep 2011 00:38:26 +1000 Subject: [PATCH] Fix comment for ife() Upgrade. Thanks SkieDr. --- lib/Cake/Console/Command/UpgradeShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php index 9cf6e1aeba7..fc318126a70 100644 --- a/lib/Cake/Console/Command/UpgradeShell.php +++ b/lib/Cake/Console/Command/UpgradeShell.php @@ -268,7 +268,7 @@ public function i18n() { * * - a(*) -> array(*) * - e(*) -> echo * - * - ife(*, *, *) -> empty(*) ? * : * + * - ife(*, *, *) -> !empty(*) ? * : * * - a(*) -> array(*) * - r(*, *, *) -> str_replace(*, *, *) * - up(*) -> strtoupper(*)