summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-04-04 07:44:35 +0200
committerByron Jones <bjones@mozilla.com>2013-04-04 07:44:35 +0200
commit026a32a69dabcef8cf337326fe70f39bdd7e45b2 (patch)
treec6b774daf106aed1ac6360140a94eabd570f3818 /extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
parenta99582f977670f776f3eaf587db0107407738722 (diff)
downloadbugzilla-026a32a69dabcef8cf337326fe70f39bdd7e45b2.tar.gz
bugzilla-026a32a69dabcef8cf337326fe70f39bdd7e45b2.tar.xz
Bug 856110: fix broken review links
Diffstat (limited to 'extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl')
-rw-r--r--extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
index 404a86a1a..55936f0bf 100644
--- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
+++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
@@ -69,7 +69,7 @@
<script type="text/javascript">
[% IF Param('splinter_base') %]
- MyDashboard.splinter_base = '[% Param('splinter_base') FILTER js %]';
+ MyDashboard.splinter_base = '[% Bugzilla.splinter_review_base FILTER js %]';
[% END %]
</script>