Skip to content

Commit 822ffc1

Browse files
author
Gabriel Bull
committed
Fixed bug with autoloader
1 parent 50a9ab5 commit 822ffc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPWord/Autoloader.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @version Beta 0.6.3, 08.07.2011
2626
*/
2727

28-
define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../'));
28+
define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../') . '/');
2929

3030
class PHPWord_Autoloader
3131
{

0 commit comments

Comments
 (0)