From 164784f3f0ef1dc6afe8ecd84502bb281ab16925 Mon Sep 17 00:00:00 2001
From: OsaAjani <pierre.lin@free.fr>
Date: Wed, 20 Jan 2016 19:46:50 +0100
Subject: [PATCH] Fix chemin template forgetPassword

---
 controllers/connect.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controllers/connect.php b/controllers/connect.php
index 2ce7f2b..72041e3 100755
--- a/controllers/connect.php
+++ b/controllers/connect.php
@@ -18,7 +18,7 @@
 		 */
 		public function forgetPassword()
 		{
-			$this->render('forgetPassword');
+			$this->render('connect/forgetPassword');
 		}
 	
 		/**