From 10f31ba5270e9c4de2e55ebb63b5c1eb0d2a3c66 Mon Sep 17 00:00:00 2001
From: Nathan Haug <nate@lullabot.com>
Date: Mon, 17 Mar 2014 12:02:46 -0700
Subject: [PATCH] Issue #2076525 by rooby: Permissions page link to examples
 page broken.

---
 charts.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts.module b/charts.module
index ab51961..6f7674c 100644
--- a/charts.module
+++ b/charts.module
@@ -162,7 +162,7 @@ function charts_permission() {
     ),
     'access example charts' => array(
       'title' => t('Access example charts'),
-      'description' => t('Grants access to the <a href="!url">charts examples</a> page. Use this page for testing chart functionality.'),
+      'description' => t('Grants access to the <a href="!url">charts examples</a> page. Use this page for testing chart functionality.', array('!url' => url('charts/examples'))),
     ),
   );
 }
-- 
GitLab