silverstripe-docsviewer/code/controllers
martimiz 5d9feb3fe5 Fix: Search error on autoregistered entities
Error: [Warning] array_combine() [function.array-combine]: Both
parameters should have at least 1 element

HandleRequest for submitted forms returns before the automatic
registration of modules is performed, so no entities can be found.
Fixed by moving  DocumentationService::load_automatic_registration();
to the top of the function
2013-01-07 16:31:12 +01:00
..
DocumentationOpenSearchController.php Design tweaks 2012-09-05 21:42:06 +12:00
DocumentationViewer.php Fix: Search error on autoregistered entities 2013-01-07 16:31:12 +01:00