Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Decorator plugin manager was pointing to an inexistent class #2424

Merged
merged 1 commit into from Oct 1, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/Tag/Cloud/DecoratorPluginManager.php
Expand Up @@ -34,7 +34,7 @@ class DecoratorPluginManager extends AbstractPluginManager
protected $invokableClasses = array( protected $invokableClasses = array(
'htmlcloud' => 'Zend\Tag\Cloud\Decorator\HtmlCloud', 'htmlcloud' => 'Zend\Tag\Cloud\Decorator\HtmlCloud',
'htmltag' => 'Zend\Tag\Cloud\Decorator\HtmlTag', 'htmltag' => 'Zend\Tag\Cloud\Decorator\HtmlTag',
'tag' => 'Zend\Tag\Cloud\Decorator\Tag', 'tag' => 'Zend\Tag\Cloud\Decorator\HtmlTag',
); );


/** /**
Expand Down