Tiny DocString update

Wrong example in DocString for 'u(...)'
This commit is contained in:
moraxy
2014-10-15 19:17:07 +02:00
parent 286b193566
commit c5eada7831

View File

@@ -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 $controller Controller name
* @param string $action Action name * @param string $action Action name