Robert Marshall 9 年 前
コミット
68468f9139
1 ファイル変更1 行追加1 行削除
  1. 1 1
      base/Application.php

+ 1 - 1
base/Application.php

@@ -130,7 +130,7 @@ class Application{
 			$this->LoadPage($page, $action, $params);
 		} catch (Exception $e){
 			Utils::var_dump_email($e);
-			throw $e;
+			$this->LoadPage("E500", "Index", array());
 		}
 	}