Browse code

Add param in mod template

Cinan Rakosnik authored on 16/12/2012 at 00:01:24
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@ module Rubysermon
5 5
 			throw Rubysermon::ModTemplateException
6 6
 		end
7 7
 
8
-		def load_options
8
+		def load_options(options)
9 9
 			throw Rubysermon::ModTemplateException
10 10
 		end
11 11