// alias.php is now included from autoload.php

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7693 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-07-22 12:36:57 +00:00
parent 10e68bda6b
commit 90efde2a00
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -25,6 +25,9 @@
* International Registered Trademark & Property of PrestaShop SA
*/
// Include some alias functions
include_once(dirname(__FILE__).'/alias.php');
function __autoload($className)
{
if (function_exists('smartyAutoload') AND smartyAutoload($className))