Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2012-12-04 06:29:32 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-12-04 06:29:32 +0400
commite5f4fbb9665481e5d57738c6918ccec47977e3c4 (patch)
tree916fbfe10d54ebed437daff6a0b75aaa07f7e7ac /plugins/Overlay/Controller.php
parent59ef62502baf88b66fe2d1054c56a0baba6330d6 (diff)
Various fixes when reviewing trunk
git-svn-id: http://dev.piwik.org/svn/trunk@7571 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Overlay/Controller.php')
-rw-r--r--plugins/Overlay/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/Controller.php b/plugins/Overlay/Controller.php
index 5281096a06..c5b1633149 100644
--- a/plugins/Overlay/Controller.php
+++ b/plugins/Overlay/Controller.php
@@ -154,7 +154,7 @@ class Piwik_Overlay_Controller extends Piwik_Controller
var urlToRedirect = window.location.hash.substr(1);
var urlToRedirectWithoutPrefix = removeUrlPrefix(urlToRedirect);
- var knownUrls = '.json_encode($urls).';
+ var knownUrls = '.Piwik_Common::json_encode($urls).';
for (var i = 0; i < knownUrls.length; i++) {
var testUrl = removeUrlPrefix(knownUrls[i]);
if (urlToRedirectWithoutPrefix.substr(0, testUrl.length) == testUrl) {