myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3412] trunk/lib/conf.rb: Shortcut keywords bug


From: noreply
Subject: [myexperiment-hackers] [3412] trunk/lib/conf.rb: Shortcut keywords bug
Date: Mon, 11 Feb 2013 12:01:39 +0000 (UTC)

Revision
3412
Author
fbacall
Date
2013-02-11 12:01:38 +0000 (Mon, 11 Feb 2013)

Log Message

Shortcut keywords bug

Modified Paths

Diff

Modified: trunk/lib/conf.rb (3411 => 3412)


--- trunk/lib/conf.rb	2013-02-08 00:20:19 UTC (rev 3411)
+++ trunk/lib/conf.rb	2013-02-11 12:01:38 UTC (rev 3412)
@@ -255,7 +255,7 @@
   end
 
   def self.shortcut_keywords
-    self.fetch_entry('shortcut_keywords')
+    self.fetch_entry('shortcut_keywords') || {}
   end
 
 private

reply via email to

[Prev in Thread] Current Thread [Next in Thread]