Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2013 at 12:59 UTC
Updated:
26 Apr 2013 at 08:30 UTC
if language detect by path prefix, request sent without path prefix and answer comes in the default site language
Authcache.ajaxRequest = function(jsonData) {
jQuery.ajax({
url : Drupal.settings.basePath + Drupal.settings.pathPrefix, // index.php
| Comment | File | Size | Author |
|---|---|---|---|
| authcache.js_.patch | 760 bytes | Punk_UnDeaD |
Comments
Comment #1
znerol commentedThank you for reporting this issue. I was able to reproduce it and your suggestion for fixing the problem is correct.