Active
Project:
Take Control
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Mar 2013 at 18:52 UTC
Updated:
25 Mar 2013 at 19:01 UTC
Jump to comment: Most recent file
While attempting to install Take Control, I noticed that my sites/{sitename}/libraries/extjs/3.4.0 directory wasn't being read.
The notice error at the top of my screen appeared to show that Take Control was looking in sites/all/libraries - I'm a multi-site user (in this case), and want my ext library installed into my site directory, not sites/all.
I'll attach a short patch that should fix this, by amending includes/filesystem.inc to use conf_path() to get the current site directory.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | take_control-hardcoded-ext-path-1952462-1.patch | 526 bytes | dsayswhat |
Comments
Comment #1
dsayswhat commentedHere's the patch...