joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

[4.0] Frontend - edit weblink: Use global for float second #450

Closed chmst closed 3 years ago

chmst commented 3 years ago

Pull Request for Issue # .

Summary of Changes

Let float-second use global

Testing Instructions

In frontend, edit a weblink or make a new one. Compare the param float-second before and after patch.

Expected result

The global setting is used

Actual result

The clobal setting is not used. grafik

joomdonation commented 3 years ago

Thanks @chmst