소스 검색

Fix error w/ errorHandler object

stevetruckstuff 19 년 전
부모
커밋
5d0d92c6ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/login.php

+ 2 - 2
src/login.php

@@ -170,8 +170,8 @@ $oTemplate->assign('submit_field', addSubmit(_("Login")));
 $oTemplate->display('login.tpl');
 $oTemplate->display('login.tpl');
 
 
 // Turn off delayed error handling to make sure all errors are dumped.
 // Turn off delayed error handling to make sure all errors are dumped.
-$oErrorHandler->delayedErrors(false);
+#$oErrorHandler->delayedErrors(false);
 
 
-trigger_error('login');
+#trigger_error('login');
 $oTemplate->display('footer.tpl');
 $oTemplate->display('footer.tpl');
 ?>
 ?>