Browse Source

ZF-8594: Updated Zend_Tool definiton of the error controller

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20247 44c647ce-9c0f-0410-b52a-842ac1e357ba
dasprid 16 năm trước cách đây
mục cha
commit
e75420b257

+ 1 - 0
library/Zend/Tool/Project/Context/Zf/ControllerFile.php

@@ -135,6 +135,7 @@ class Zend_Tool_Project_Context_Zf_ControllerFile extends Zend_Tool_Project_Cont
 \$errors = \$this->_getParam('error_handler');
 \$errors = \$this->_getParam('error_handler');
 
 
 switch (\$errors->type) {
 switch (\$errors->type) {
+    case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ROUTE:
     case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_CONTROLLER:
     case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_CONTROLLER:
     case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ACTION:
     case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ACTION: