// Fix missing Core suffix for some classes / controllers

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10941 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-05 16:49:05 +00:00
parent 7576b8f407
commit 394aeab269
19 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
/**
* @since 1.5.0
*/
abstract class StockManagerModule extends Module
abstract class StockManagerModuleCore extends Module
{
public $stock_manager_class;