Index: trunk/wb/admin/login/forgot/index.php
===================================================================
--- trunk/wb/admin/login/forgot/index.php	(revision 257)
+++ trunk/wb/admin/login/forgot/index.php	(revision 258)
@@ -29,6 +29,7 @@
 require(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php');
 // Include the database class file and initiate an object
 require(WB_PATH.'/framework/class.admin.php');
+$admin = new admin('Start', 'start', false, false);
 $database = new database();
 
 // Get the website title
