Skip to content

Commit

Permalink
Merge pull request #93 from xspager/fix_extensions
Browse files Browse the repository at this point in the history
Fix extensions
  • Loading branch information
Etiene committed Feb 28, 2016
2 parents 13d9d6d + e2a7558 commit 481174a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.DS_Store
.floo*
.floo*
*.swp
*.swo
1 change: 0 additions & 1 deletion src/sailor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function sailor.init(r)
if conf.extensions and conf.extensions.enable then
for _,e in pairs(conf.extensions.enable) do
package.path = 'extensions/' .. e .. '/?.lua;' .. package.path
local c = require "controllers.user"
end
end

Expand Down

0 comments on commit 481174a

Please sign in to comment.