Update hard drive failure

This commit is contained in:
Dennis Eichhorn 2016-03-01 19:07:35 +01:00
parent b354f4b369
commit 01d8b22800
3 changed files with 1 additions and 26 deletions

View File

@ -1,24 +0,0 @@
### Expected behavior
### Actual behavior
### Steps to reproduce the behavior
### Importance
- [ ] Application breaking
- [ ] High importance
- [ ] Medium importance
- [ ] Minor importance
### Type
- [ ] Bug
- [ ] Enhancement
- [ ] Security issue

View File

@ -1 +0,0 @@
A developer and contribution documentation can be found at https://orange-management.gitbooks.io/developer-guide/content/index.html.

View File

@ -16,7 +16,7 @@
namespace phpOMS\Utils\PDF;
/** @noinspection PhpIncludeInspection */
require_once realpath(__DIR__ . '/../../../vendor/tecnick.com/tcpdf/tcpdf.php');
include __DIR__ . '/../../../Resources/tcpdf/tcpdf.php';
/**
* Pdf class.