mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue