Explorar el Código

DOCUMENTATION English: correction in example

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15334 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael hace 16 años
padre
commit
6d2ae5e349

+ 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);