Fixed bug with autoloader
This commit is contained in:
parent
50a9ab52b0
commit
822ffc19af
|
|
@ -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…
Reference in New Issue