// Restore good page_name for controllers with - in name

This commit is contained in:
rMalie
2012-01-20 09:05:31 +00:00
parent bf35baa405
commit 73a1cfdbeb
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ include_once(dirname(__FILE__).'/LoyaltyStateModule.php');
class ModuleLoyaltyController extends ModuleController
{
protected $page_name = 'module-loyalty-loyalty-program';
protected $php_self = 'module-loyalty-loyalty-program';
/**
* @see FrontController::postProcess()