X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fshipsimu%2Fmain%2Fresolver%2Fcontroller%2Fhtml%2Fclass_ShipSimuHtmlControllerResolver.php;fp=application%2Fshipsimu%2Fmain%2Fresolver%2Fcontroller%2Fhtml%2Fclass_ShipSimuHtmlControllerResolver.php;h=dc5748319075ad6666b48dbf3edfb6e34e9f316b;hp=9f18f22afb4cdcdd443c78593cc5d11748c931ad;hb=f7fd66d99fcae95e27dbce35b593269b198acf85;hpb=8781e18695edf8ff64edd48433611276f6663c29 diff --git a/application/shipsimu/main/resolver/controller/html/class_ShipSimuHtmlControllerResolver.php b/application/shipsimu/main/resolver/controller/html/class_ShipSimuHtmlControllerResolver.php index 9f18f22..dc57483 100644 --- a/application/shipsimu/main/resolver/controller/html/class_ShipSimuHtmlControllerResolver.php +++ b/application/shipsimu/main/resolver/controller/html/class_ShipSimuHtmlControllerResolver.php @@ -31,8 +31,8 @@ class ShipSimuHtmlControllerResolver extends BaseControllerResolver implements C // Call parent constructor parent::__construct(__CLASS__); - // Set prefix to 'ShipSimuHtml' - $this->setClassPrefix('ShipSimuHtml'); + // Set prefix to 'html' + $this->setClassPrefix('html'); } /**