1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fix for when the menu caption is missing during plugin building.

This commit is contained in:
Cameron
2013-11-08 22:38:09 -08:00
parent dd24e913a7
commit 282fa42a9b

View File

@@ -2581,7 +2581,7 @@ $text .= "
'main/edit' => 'main/list'
);
protected \$menuTitle = '".$vars['pluginName']."';
protected \$menuTitle = '".vartrue($vars['pluginName'],'Nav')."';
}