// BO login bug fix

This commit is contained in:
dMetzger
2011-11-23 22:04:01 +00:00
parent 96694526ca
commit aeeb8e1a39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* @package Swift_Connection
* @license GNU Lesser General Public License
*/
ini_set('display_errors','1');
//ini_set('display_errors','1');
require_once dirname(__FILE__) . "/../ClassLoader.php";
Swift_ClassLoader::load("Swift_Events_SendListener");
Swift_ClassLoader::load("Swift_Events_BeforeSendListener");