]> Kevux Git Server - koopa/commit
Bugfix: internal pages were not processing language after redesign and use fix paths...
authorKevin Day <thekevinday@gmail.com>
Wed, 26 Apr 2017 13:21:32 +0000 (08:21 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 26 Apr 2017 13:21:32 +0000 (08:21 -0500)
commit5033d533fc36a43cf5bc72724b948cfb7f2e8634
tree53f8f0be61d563916355c01557fc39bded6af6c0
parent34dd355407a6f07e6ac136b52a31d71c1ec22094
Bugfix: internal pages were not processing language after redesign and use fix paths output handling

When I wrote the language handling into the initial setting load function and then changed the output handling to be more dynamic, I forgot to update p_include_path().
Get rid of the loop when deciding the language include file suffix and only use the last entry in the aliases array (generally the shortest).
There were some cases where I was still using $this->html instead of $this->content.
Be more consistent by using $this->output instead of $this->content.
program/reservation/reservation_paths.php