From c5eada7831e9be4435b43a61308b115448b3b913 Mon Sep 17 00:00:00 2001 From: moraxy Date: Wed, 15 Oct 2014 19:17:07 +0200 Subject: Tiny DocString update Wrong example in DocString for 'u(...)' --- app/helpers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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 -- cgit v1.2.3