瀏覽代碼

DOCUMENTATION English: correction in example

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15334 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 17 年之前
父節點
當前提交
6d2ae5e349
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/manual/en/module_specs/Zend_Application-TheoryOfOperation.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-TheoryOfOperation.xml

@@ -592,7 +592,7 @@ class My_Resource_View extends Zend_Application_Resource_ResourceAbstract
             $title   = '';
             if (array_key_exists('title', $options)) {
                 $title = $options['title'];
-                unset($options['title]);
+                unset($options['title']);
             }
 
             $view = new Zend_View($options);