Typo in compiler #54
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It was pointed out to me by a partner that there is a typo in the compiler, which is compiling "catagory" rather than "category". This then shows the typo on the dashboard, and in the language files.
It looks like the use of "catagory" is in 2 files in the compiler, and possibly 3 locations within e_Interpretation.php
administrators/components/com_componentbuilder/helpers/compiler/e_Interpretation.php (3 hits)
administrators/components/com_componentbuilder/script.php (52 hits)
e_Interpretation.php
Line 3694:
$dbStuff[$view.' catagory'] = $this->getCategoryContentType($view, $views, $component);
Line 9634:
$allow[] = "\t\t\t\t//".$this->setLine(LINE)." set catagory id";
Proper spelling would be "set category id"
Line 11151:
$langName = 'Catagory For
'.ComponentbuilderHelper::safeString($otherViews, 'W');
Thanks, I am terrible with spelling... strange as that is.