mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: do not use lib for requires
this breaks loading the app from arbitrary dirs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user