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

This commit is contained in:
rMalie
2011-09-23 08:05:31 +00:00
parent 94a8df8da6
commit 65e0f2d54f
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);