This commit is contained in:
chiu 2020-07-30 12:36:19 +08:00
parent a4c7fdce5b
commit eda547fcb3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module EventNewsMod
rescue => e
puts ['error in event_news',e]
end
OrbitApp.registration "EventNews", :type => "ModuleApp" do
OrbitApp.registration "event_news", :type => "ModuleApp" do
module_label "event_news.event_news"
base_url File.expand_path File.dirname(__FILE__)
widget_methods ["widget","random_event_news_widget", "tag_cloud"]