[TYPO3-core] RFC: #14860: Pagerenderer - use better method for adding meta tags

Oliver Klee typo3-german-02 at oliverklee.de
Fri Jun 25 19:29:45 CEST 2010


Hi,

> +	 * @param string $additionalParameter	key/value pairs of additional attributes
>  	 * @return void
>  	 */
> -	public function addMetaTag($meta) {
> -		if (!in_array($meta, $this->metaTags)) {
> +	public function addMetaTag($name, $content = '', array $additionalParameter = array()) {

I think the last @param should be array, not string.


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-team-core mailing list