summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoraxy <moraxy@users.noreply.github.com>2014-10-15 19:17:07 +0200
committermoraxy <moraxy@users.noreply.github.com>2014-10-15 19:17:07 +0200
commitc5eada7831e9be4435b43a61308b115448b3b913 (patch)
treec41601846171f7e9a465480fd35364fec18892cc
parent286b1935663ef3071ad6a0aae3078ad3a42b48e4 (diff)
Tiny DocString update
Wrong example in DocString for 'u(...)'
-rw-r--r--app/helpers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers.php b/app/helpers.php
index c9f2f8ab..9e0c2698 100644
--- a/app/helpers.php
+++ b/app/helpers.php
@@ -566,9 +566,9 @@ function a($label, $controller, $action, array $params = array(), $csrf = false,
}
/**
- * URL
+ * URL query string
*
- * a('link', 'task', 'show', array('task_id' => $task_id))
+ * u('task', 'show', array('task_id' => $task_id))
*
* @param string $controller Controller name
* @param string $action Action name