Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 5670c86

Browse files
committed
Adds missing require_once
1 parent 3918079 commit 5670c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/Zend/Controller/Action/Helper/ViewRenderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ protected function _translateSpec(array $vars = array())
846846
$module = $dispatcher->formatModuleName($request->getModuleName());
847847

848848
// Format controller name
849+
require_once 'Zend/Filter/Word/CamelCaseToDash.php';
849850
$filter = new Zend_Filter_Word_CamelCaseToDash();
850851
$controller = $filter->filter($request->getControllerName());
851852
$controller = $dispatcher->formatControllerName($controller);

0 commit comments

Comments
 (0)