contao / news-bundle

[READ-ONLY] Contao News Bundle
GNU Lesser General Public License v3.0
9 stars 14 forks source link

Typo in dca/tl_news.php ? #45

Closed pgerundt closed 5 years ago

pgerundt commented 5 years ago

Is this a typo? https://github.com/contao/news-bundle/blob/9dd0b57ee287d5fdccd3f1884d634e9ccbe6d59a/src/Resources/contao/dca/tl_news.php#L704

Cheers, Pascal

aschempp commented 5 years ago

Do you mean the variable argument list? https://www.php.net/manual/en/functions.arguments.php#functions.variable-arg-list.new

pgerundt commented 5 years ago

My bad, didn't read the whole function code properly. It's a multidimensional array. Shame on me.