diff --git a/src/app/code/community/BSeller/SkyHub/Model/System/Config/Source/Catalog/Product/Visibilities.php b/src/app/code/community/BSeller/SkyHub/Model/System/Config/Source/Catalog/Product/Visibilities.php index 5a9eb375..4606bf6e 100644 --- a/src/app/code/community/BSeller/SkyHub/Model/System/Config/Source/Catalog/Product/Visibilities.php +++ b/src/app/code/community/BSeller/SkyHub/Model/System/Config/Source/Catalog/Product/Visibilities.php @@ -18,7 +18,7 @@ class BSeller_SkyHub_Model_System_Config_Source_Catalog_Product_Visibilities /** * @return array */ - public function toOptionArray() + public static function toOptionArray() { $res = array(); foreach (self::getOptionArray() as $index => $value) {