Skip to content

Commit

Permalink
Added minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Mar 13, 2020
1 parent db78bbd commit cc11852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/yetiforce/yetiforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function init()
$this->register_action('plugin.yetiforce.getContentEmailTemplate', [$this, 'getContentEmailTemplate']);
$this->register_action('plugin.yetiforce.importIcs', [$this, 'importIcs']);
$this->rc->output->set_env('site_URL', $this->rc->config->get('site_URL'));
$this->include_stylesheet('../../../../../layouts/resources/icons/userIcon.css');
$this->include_stylesheet('../../../../../layouts/resources/icons/yfm.css');
$this->add_texts('localization/', false);

$currentPath = getcwd();
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

return [
'patch' => '2019.11.07',
'version' => '0.0.85'
'patch' => '2020.03.13',
'version' => '0.0.86'
];

0 comments on commit cc11852

Please sign in to comment.