// small fix
This commit is contained in:
@@ -294,7 +294,7 @@ class ConfigurationTestCore
|
||||
return ConfigurationTest::test_dir($dir);
|
||||
}
|
||||
|
||||
public static function test_mcrypt()
|
||||
public static function test_mbstring()
|
||||
{
|
||||
return function_exists('mb_strtolower');
|
||||
}
|
||||
|
||||
@@ -70,8 +70,6 @@ class ConnectionCore extends ObjectModel
|
||||
*/
|
||||
public function getFields()
|
||||
{
|
||||
if (!$this->id_shop)
|
||||
$this->id_shop = Context::getContext()->shop->id;
|
||||
if (!$this->id_shop_group)
|
||||
$this->id_shop_group = Context::getContext()->shop->id_shop_group;
|
||||
|
||||
|
||||
@@ -53,15 +53,6 @@ class PaymentCCCore extends OrderPayment
|
||||
'primary' => 'id_payment_cc',
|
||||
);
|
||||
|
||||
/**
|
||||
* @deprecated 1.5.0.2
|
||||
* @see OrderPaymentCore
|
||||
*/
|
||||
public function getFields()
|
||||
{
|
||||
Tools::displayAsDeprecated();
|
||||
return parent::getFields();
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 1.5.0.2
|
||||
|
||||
Reference in New Issue
Block a user