diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers.php | 4 |
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 |