Closed (fixed)
Project:
Plupload integration
Version:
7.x-1.0-rc1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2012 at 00:17 UTC
Updated:
13 Dec 2012 at 21:40 UTC
I noticed that the module hardcoded the library location:
function _plupload_library_path() {
return variable_get('plupload_library_path', module_exists('libraries') ? libraries_get_path('plupload') : 'sites/all/libraries/plupload');
}
This creates an issue in how an install profile / distribution can use this module/library.
Comments
Comment #1
markwk commentedI'm trying to come up with a distribution using an external library + module so we can follow that example.
Comment #2
slashrsm commentedHm... this code will use data provided by Libraries module if enabled. If one does not have Libraries it will use variable. How would you make this more flexible?
Comment #3
markwk commentedGood point. Was in a hurry when I posted the issue. I'll check this with libraries. I assume that will fix the issue, I hope. Thanks for the quick response.
Comment #4
slashrsm commentedNP. Closing the issue. Feel free to reopen if you need any other info.
Comment #5
markwk commentedThanks.