Closed (fixed)
Project:
Virtual Sites
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2011 at 13:18 UTC
Updated:
23 Dec 2011 at 15:16 UTC
This patch fixes a minor bug in the function that checks all defined virtual sites and their conditions: if no condition matches (and no virtual site is active) it runs the checks every time the function is called instead of using the cached result (in static $active).
| Comment | File | Size | Author |
|---|---|---|---|
| virtual_site-active-check.patch | 346 bytes | miiimooo |
Comments
Comment #1
djg_tram commentedThanks for the patch, committed to the dev branch.