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');
 		}
 	
 		/**