mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 17:19:02 +08:00
FIX: do not use lib
for requires
this breaks loading the app from arbitrary dirs
This commit is contained in:
parent
6797395bd0
commit
4b000f5d12
@ -1,7 +1,7 @@
|
||||
require 'digest/sha1'
|
||||
require 'fileutils'
|
||||
require_dependency 'plugin/metadata'
|
||||
require_dependency 'lib/auth'
|
||||
require_dependency 'auth'
|
||||
|
||||
class Plugin::CustomEmoji
|
||||
def self.cache_key
|
||||
|
Loading…
x
Reference in New Issue
Block a user