Skip to content

Commit e1543c9

Browse files
authored
[5.4] Remove outdated reference to fof in comments (joomla#45740)
Remove the reference to fof and remove the execption in the typos action for "fof"
1 parent d622a91 commit e1543c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/typos.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ crypted="crypted" # Used in MD5Handler
2828
datas="datas" # Used in showon.es6.js
2929
deactive="deactive" # Used in searchtools.es6.js
3030
exept="exept" # Used in El.php Greek language stemmer
31-
fof="fof" # To be fixed - outdated code comment in com_postinstall
3231
Formater="Formater" # Used in AbstractDataCollector of debug plugin
3332
hel="hel" # Variable name in MenusHelper
3433
identicals="identicals" # administrator\components\com_templates\tmpl\template\default.php

administrator/components/com_postinstall/src/Model/MessagesModel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,7 @@ public function getComponentOptions()
508508
* enabled Must be 1 for this message to be enabled. If you omit it, it defaults to 1.
509509
*
510510
* condition_file The RAD path to a PHP file containing a PHP function which determines whether this message should be shown to
511-
* the user. @see FOFTemplateUtils::parsePath() for RAD path format. Joomla! will include this file before calling
512-
* the condition_method.
511+
* the user. Joomla! will include this file before calling the condition_method.
513512
* Example: admin://components/com_foobar/helpers/postinstall.php
514513
*
515514
* condition_method The name of a PHP function which will be used to determine whether to show this message to the user. This must be

0 commit comments

Comments
 (0)