Fixed bug with autoloader
This commit is contained in:
parent
50a9ab52b0
commit
822ffc19af
2
src/PHPWord/Autoloader.php
Normal file → Executable file
2
src/PHPWord/Autoloader.php
Normal file → Executable file
@ -25,7 +25,7 @@
|
||||
* @version Beta 0.6.3, 08.07.2011
|
||||
*/
|
||||
|
||||
define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../'));
|
||||
define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../') . '/');
|
||||
|
||||
class PHPWord_Autoloader
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user