dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr/dolibarr] 8eb9c1: Update html.formfile.class.php


From: Laurent Destailleur
Subject: [Dolibarr/dolibarr] 8eb9c1: Update html.formfile.class.php
Date: Sat, 08 Feb 2020 07:18:19 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 8eb9c10788e739fc4e9d1d9c343be18cf4cb6c3c
      
https://github.com/Dolibarr/dolibarr/commit/8eb9c10788e739fc4e9d1d9c343be18cf4cb6c3c
  Author: pnueda <address@hidden>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M htdocs/core/class/html.formfile.class.php

  Log Message:
  -----------
  Update html.formfile.class.php

Corrects a bug that adds a second '?' in the url string. When strpos returns 0 
as the initial position for '?', it is (mis)taken as FALSE value, and then 
replaced by a second '?' in the list of get parameters, resulting in something 
like:
/compta/facture/card.php?facid=397?action=remove_file...
instead of 
/compta/facture/card.php?facid=397&action=remove_file...


  Commit: c9f7dacda1726b9bb9a8533a111c877373bda742
      
https://github.com/Dolibarr/dolibarr/commit/c9f7dacda1726b9bb9a8533a111c877373bda742
  Author: Laurent Destailleur <address@hidden>
  Date:   2020-02-08 (Sat, 08 Feb 2020)

  Changed paths:
    M htdocs/core/class/html.formfile.class.php

  Log Message:
  -----------
  Merge pull request #13060 from pnueda/patch-1

Update html.formfile.class.php


Compare: 
https://github.com/Dolibarr/dolibarr/compare/ee29c3efdd0b...c9f7dacda172



reply via email to

[Prev in Thread] Current Thread [Next in Thread]