From 881a79e0ce32bc579ff58449c85e183b96227615 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 13 Feb 2008 03:28:18 +0000 Subject: Fixed bug (#3445) where the routed segment array when the default controller is used was not being re-indexed to begin with 1 --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 48e2a031a..dc3cabca8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -92,6 +92,7 @@ Change Log
  • Fixed a bug (#3396) where certain POST variables would cause a PHP warning.
  • Fixed a bug in query binding (#3402).
  • Changed order of SQL keywords in the Profiler $highlight array so OR would not be highlighted before ORDER BY
  • +
  • Fixed a bug (#3445) where the routed segment array was not re-indexed to begin with 1 when the default controller is used.
  • Fixed assorted user guide typos.
  • -- cgit v1.2.3-24-g4f1b