Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 4c108cb

Browse files
committed
Fix incorrect mixin being used
1 parent fc89e22 commit 4c108cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/recent_backups_arbitrary_file_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Wpxf::Auxiliary::RecentBackupsArbitraryFileDownload < Wpxf::Module
2-
include Wpxf
2+
include Wpxf::WordPress::FileDownload
33

44
def initialize
55
super

0 commit comments

Comments
 (0)