Skip to content

Commit 0b9ec4a

Browse files
committed
fix for ubiquity mailer part in webtools
1 parent 7c7fa32 commit 0b9ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/scaffolding/ScaffoldController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ protected function generateRouteAnnotation($routeInfo,$controllerName,$action) {
289289
return '';
290290
}
291291

292-
protected function _createViewOp($controller, $action, $theme = null) {
292+
public function _createViewOp($controller, $action, $theme = null) {
293293
$prefix = '';
294294
if (! isset($theme) || $theme == '') {
295295
$theme = $this->config['templateEngineOptions']['activeTheme'] ?? null;

0 commit comments

Comments
 (0)