[longomatch/redesign2: 102/159] Create the default template non void



commit ee1cefd789ed830a75d87c6e1f219a9f24f93366
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Mar 27 15:59:09 2011 +0200

    Create the default template non void

 LongoMatch/Services/TemplatesService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Services/TemplatesService.cs b/LongoMatch/Services/TemplatesService.cs
index 74bfb7b..bf17d56 100644
--- a/LongoMatch/Services/TemplatesService.cs
+++ b/LongoMatch/Services/TemplatesService.cs
@@ -103,7 +103,7 @@ namespace LongoMatch.Services
 			
 			path = GetPath("default");
 			if(!File.Exists(path)) {
-				Create("default");
+				Create("default", 20);
 			}
 		}
 		



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