// BugFix : Missing params multilang
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11486 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+2
-9
@@ -28,8 +28,8 @@
|
||||
class HookCore extends ObjectModel
|
||||
{
|
||||
/** @var string Name and Title */
|
||||
public $name;
|
||||
public $title;
|
||||
public $name;
|
||||
public $title;
|
||||
|
||||
/**
|
||||
* @see ObjectModel::$definition
|
||||
@@ -340,13 +340,6 @@ class HookCore extends ObjectModel
|
||||
<a class="exclusive" href="#">Add a module</a></div>--><div id="'.$hook_name.'" class="dndHook" style="min-height:50px">' : '').$output.($live_edit ? '</div>' : '');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public static function updateOrderStatus($newOrderStatusId, $id_order)
|
||||
{
|
||||
$order = new Order((int)($id_order));
|
||||
|
||||
Reference in New Issue
Block a user