Removed localization from logs (Because it doesn't work)
This commit is contained in:
parent
72579e769f
commit
6cff08f073
32 changed files with 48 additions and 477 deletions
|
|
@ -204,7 +204,7 @@ class Phar extends Plugin
|
|||
|
||||
$success = true;
|
||||
} catch (\Exception $e) {
|
||||
$this->builder->log(Lang::get('phar_internal_error'));
|
||||
$this->builder->log('Phar Plugin Internal Error');
|
||||
$this->builder->log($e->getMessage());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue