瀏覽代碼

Remove exit.

jmontoyaa 8 年之前
父節點
當前提交
2250179ff7
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      main/inc/lib/database.lib.php

+ 0 - 2
main/inc/lib/database.lib.php

@@ -377,8 +377,6 @@ class Database
             } catch (Exception $e) {
                 error_log($e->getMessage());
                 api_not_allowed(false, get_lang('GeneralError'));
-
-                exit;
             }
         }