refactored WebGUI::HTML api to use new ssesion system
This commit is contained in:
parent
16de66517c
commit
45c7e7876d
3 changed files with 52 additions and 30 deletions
|
|
@ -748,6 +748,15 @@ perl -pi.bak -e 's!WebGUI\:\:Grouping\:\:userGroupAdmin!\$group->userIsAdmin!g'
|
|||
perl -pi.bak -e 's!WebGUI\:\:Grouping\:\:userGroupExpireDate!\$group->userGroupExpireDate!g' fileNameGoesHere
|
||||
|
||||
|
||||
5.23.14 WebGUI::HTML API Refactored
|
||||
|
||||
You now need to pass in a reference to $session to the makeAbsolute and
|
||||
processReplacements functions.
|
||||
|
||||
perl -pi.bak -e 's!WebGUI\:\:HTML\:\:makeAbsolute\(!WebGUI::HTML::makeAbsolute(\$self->session,!g' fileNameGoesHere
|
||||
perl -pi.bak -e 's!WebGUI\:\:HTML\:\:processReplacements\(!WebGUI::HTML::processReplacements(\$self->session,!g' fileNameGoesHere
|
||||
|
||||
|
||||
|
||||
6. Automatic list of Assets in Help System.
|
||||
-------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue