Skip to content

Commit 9ad27ff

Browse files
committed
Fix a bug - Actions for baserCMS are not shown #138
1 parent 32e5fa1 commit 9ad27ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/cakephp/netbeans/basercms/ui/actions/BaserCmsActionMenu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
lazy = false,
7171
displayName = "#CTL_BaserCmsActionMenu")
7272
@ActionReferences({
73-
@ActionReference(path = "Projects/org-netbeans-modules-php-phpproject/Actions", position = 900)})
73+
@ActionReference(path = "Projects/org-netbeans-modules-php-project/Actions", position = 900)})
7474
@NbBundle.Messages("CTL_BaserCmsActionMenu=baserCMS")
7575
public final class BaserCmsActionMenu extends AbstractAction implements Presenter.Popup {
7676

0 commit comments

Comments
 (0)