diff --git a/application/controllers/Debug.php b/application/controllers/Debug.php index 58b3f6fa3..f36a9864b 100644 --- a/application/controllers/Debug.php +++ b/application/controllers/Debug.php @@ -160,6 +160,7 @@ class Debug extends CI_Controller $st=exec('git stash pop'); $st=exec('rm '.realpath(APPPATH.'../').'/.maintenance'); } catch (\Throwable $th) { + log_message("Error","Error at selfupdating"); } } redirect('debug');