liquid_feedback_frontend
diff env/ldap/__init.lua @ 1230:02772bc49467
Added correct use of WEBMCP_BASE_PATH instead of request.get_app_basepath()
| author | bsw |
|---|---|
| date | Tue Dec 01 17:55:08 2015 +0100 (2015-12-01) |
| parents | 58f48a8a202a |
| children |
line diff
1.1 --- a/env/ldap/__init.lua Tue Dec 01 17:53:01 2015 +0100 1.2 +++ b/env/ldap/__init.lua Tue Dec 01 17:55:08 2015 +0100 1.3 @@ -1,2 +1,2 @@ 1.4 -- Lua library path for C modules for mldap 1.5 -package.cpath = request.get_app_basepath() .. "/lib/mldap/?.so" .. ";" .. package.cpath 1.6 \ No newline at end of file 1.7 +package.cpath = WEBMCP_BASE_PATH .. "lib/mldap/?.so" .. ";" .. package.cpath 1.8 \ No newline at end of file