Browse Source

Fix comment for ife() Upgrade. Thanks SkieDr.

Graham Weldon 14 years ago
parent
commit
9d1e3cbb05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/UpgradeShell.php

+ 1 - 1
lib/Cake/Console/Command/UpgradeShell.php

@@ -268,7 +268,7 @@ class UpgradeShell extends Shell {
  *
  * - a(*) -> array(*)
  * - e(*) -> echo *
- * - ife(*, *, *) -> empty(*) ? * : *
+ * - ife(*, *, *) -> !empty(*) ? * : *
  * - a(*) -> array(*)
  * - r(*, *, *) -> str_replace(*, *, *)
  * - up(*) -> strtoupper(*)