Browse Source

Remove exit.

jmontoyaa 7 years ago
parent
commit
2250179ff7
1 changed files with 0 additions and 2 deletions
  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;
             }
         }