// Fix strict standard on controllers + modules header / footer include

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8727 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-23 08:05:31 +00:00
parent 34c4d39649
commit d8b6693264
16 changed files with 40 additions and 33 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
/*
* 2007-2011 PrestaShop
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
@@ -34,7 +34,7 @@ include(dirname(__FILE__).'/cheque.php');
if (!Context::getContext()->customer->isLogged(true))
Tools::redirect('index.php?controller=authentication&back=order.php');
$cheque = new Cheque();
echo $cheque->execPayment($cart);