Skip to content

Commit 169b42a

Browse files
committed
typo
1 parent 7fbd2cd commit 169b42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/symfony/view/plugin

bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/symfony/view/plugin/TreeData.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class TreeData {
8787
«ENDFOR»
8888
default: null,
8989
};
90-
$routeName = '«routePrefix»_' . mb_strtolower($objectType) . '_' . $routeArea . 'edit';
90+
$routeName = '«routePrefix»_' . mb_strtolower($objectTypeMultiple) . '_' . $routeArea . 'edit';
9191
$url = $this->router->generate($routeName, $urlArgs);
9292
$liContent = '<a href="' . $url . '" title="' . str_replace('"', '', $title) . '">' . $liContent . '</a>';
9393
}

0 commit comments

Comments
 (0)