Changeset 775 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Oct 29, 2022 4:33:45 AM (19 months ago)
Author:
anonymous
Message:

Minor improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r768 r775  
    15161516        if (!$this->running) {
    15171517            $this->logMsg(sprintf('Canceled %s, application not running.', __METHOD__), LOG_NOTICE, __FILE__, __LINE__);
    1518             return false;
     1518            $this->stop();
     1519            die;
    15191520        }
    15201521
Note: See TracChangeset for help on using the changeset viewer.