kendarorg / PhpNuget

Php nuget manager supporting complex queries on txt files or MySQL
http://www.kendar.org/?p=/dotnet/phpnuget
Other
23 stars 15 forks source link

User saving does not work properly #68

Closed bkraul closed 5 years ago

bkraul commented 5 years ago

When trying to save data for a user or your own profile, some of the information does not save. For example, you can try to change the name or the company, or check or un-check enabled. It will not save the data, and it will just load the old values from the db.

I am currently looking into this, it seems there are some issues with the way /src/inc/commons/url.php gets the data from the profile or user detail view. I have spent the whole day trying to figure it out but haven't cracked it yet.