[longomatch/redesign: 93/120] Create the default template non void



commit f905201f647a959a71a7044ae807b47471cb6693
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]