// Restore good page_name for controllers with - in name

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