Fixed bug with autoloader

This commit is contained in:
Gabriel Bull 2013-12-11 15:34:07 -05:00
parent 50a9ab52b0
commit 822ffc19af

2
src/PHPWord/Autoloader.php Normal file → Executable file
View File

@ -25,7 +25,7 @@
* @version Beta 0.6.3, 08.07.2011 * @version Beta 0.6.3, 08.07.2011
*/ */
define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../')); define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../') . '/');
class PHPWord_Autoloader class PHPWord_Autoloader
{ {