You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/06/26 08:20:30 UTC

[whimsy] branch master updated: fix regression

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  594f71e   fix regression
594f71e is described below

commit 594f71eb670fd66c2f9ccb341533014fb01a8ba9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jun 26 04:04:51 2016 -0400

    fix regression
---
 lib/whimsy/asf/person.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/person.rb b/lib/whimsy/asf/person.rb
index b020cb9..5480438 100644
--- a/lib/whimsy/asf/person.rb
+++ b/lib/whimsy/asf/person.rb
@@ -87,7 +87,7 @@ module ASF
     #     or fetched explicitly)
     def createTimestamp
       result = @@create_date[name] 
-      result ||= attrs['createTimestamp']
+      result ||= attrs['createTimestamp'][0]
       result ||= ASF.search_one(base, "uid=#{name}", 'createTimestamp')[0][0]
       result
     end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].