// Norm + #PSFV-124

This commit is contained in:
bMancone
2012-01-03 13:22:43 +00:00
parent 4d103b91e8
commit afad2f8589
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ include_once('../../init.php');
include_once('homeslider.php');
$context = Context::getContext();
$homeSlider = new HomeSlider();
$home_slider = new HomeSlider();
$slides = array();
if (!Tools::isSubmit('secure_key') || Tools::getValue('secure_key') != $homeSlider->secure_key || !Tools::getValue('action'))
if (!Tools::isSubmit('secure_key') || Tools::getValue('secure_key') != $home_slider->secure_key || !Tools::getValue('action'))
die(1);
if (Tools::getValue('action') == 'updateSlidesPosition' && Tools::getValue('slides'))
+3 -3
View File
@@ -4,10 +4,10 @@
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
@@ -21,7 +21,7 @@
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/