// Fix AdminController translations not being parsed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13151 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-08 17:58:35 +00:00
parent 15b4c98b3a
commit 64b14de8d2
2 changed files with 6 additions and 6 deletions
-4
View File
@@ -159,7 +159,6 @@ class HelperOptionsCore extends Helper
/**
* Type = image
* @TODO
*/
public function displayOptionTypeImage($key, $field, $value)
{
@@ -187,7 +186,6 @@ class HelperOptionsCore extends Helper
/**
* Type = price
* @TODO
*/
public function displayOptionTypePrice($key, $field, $value)
{
@@ -198,8 +196,6 @@ class HelperOptionsCore extends Helper
/**
* Type = disabled
*
* @TODO
*/
public function displayOptionTypeDisabled($key, $field, $value)
{