2017-04-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'lib/rdcart.cpp' that caused the 'Import' web API call
	to return 404 when importing with 'CREATE' set to '1' and unique titles
	enabled in the database.
This commit is contained in:
Fred Gleason
2017-04-17 12:54:18 -04:00
parent 9062c6f816
commit 781f6a7ea9
12 changed files with 89 additions and 14 deletions

View File

@@ -15733,3 +15733,7 @@
* Incremented the package version to 2.15.3int01.
2017-04-11 Fred Gleason <fredg@paravelsystems.com>
* Added a mysql/mariadb dependency in 'rivendell.spec.in'.
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdcart.cpp' that caused the 'Import' web API call
to return 404 when importing with 'CREATE' set to '1' and unique titles
enabled in the database.