Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FluidTYPO3/vhs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: greenfieldr/vhs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 8, 2013

  1. [BUGFIX] Avoid PHP warning if there are no records to render for the …

    …method getRenderedRecords in AbstractContentViewHelper.
    
     This little fix checks if $rows contains an array, so there will be no PHP warning if there're no records to render. This may be the case if there is an empty column in a backend layout.
    
     Core: Error handler (FE): PHP Warning: Invalid argument supplied for foreach() in .../typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 162
    
     The expected return value is still the same. If there are no records to rendered this would be an empty array.
    greenfieldr committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    580a877 View commit details
    Browse the repository at this point in the history
Loading