* Fix bug #46393.
This commit is contained in:
@@ -23,4 +23,5 @@ jsVar('productplanLang', $lang->productplan);
|
||||
jsVar('privs', $privs);
|
||||
jsVar('rawModule', $app->rawModule);
|
||||
jsVar('currentTab', $app->tab);
|
||||
jsVar('checkedSummary', $lang->productplan->checkedSummary);
|
||||
include("browseby{$viewType}.html.php");
|
||||
|
||||
@@ -10,7 +10,6 @@ declare(strict_types=1);
|
||||
*/
|
||||
namespace zin;
|
||||
|
||||
jsVar('checkedSummary', $lang->productplan->checkedSummary);
|
||||
jsVar('childrenAB', $lang->productplan->childrenAB);
|
||||
jsVar('expiredLang', $lang->productplan->expired);
|
||||
jsVar('nextStep', $lang->productplan->nextStep);
|
||||
|
||||
Reference in New Issue
Block a user