Changes between Initial Version and Version 1 of Ticket #7197, comment 1
- Timestamp:
- 07/22/2016 10:14:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7197, comment 1
initial v1 1 Confirmed on a HHVM install. Testing on HHVM actually revealed a bug in the create_nav_link() functions .1 Confirmed on a HHVM install. Testing on HHVM actually revealed a bug in the create_nav_link() functions during the implementation of the new nav API (#6534). 2 2 3 We shouldn't be returning the n ew nav API methods, we should be returning the array items.3 We shouldn't be returning the nav API methods, we should be returning the array items. 4 4 5 5 Attached patch works on HHVM and non-HHVM installs.