Browse Source

[ZF-10972] DOCUMENTATION
Fixed typo in Zend_Http_UserAgent documentation


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24546 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 năm trước cách đây
mục cha
commit
50b7ce8fb1

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_UserAgent.xml

@@ -180,7 +180,7 @@ $wurfl['main-file']      = $resourcesDir  . 'wurfl-latest.zip';
 $wurfl['patches']        = array($resourcesDir . 'web_browsers_patch.xml');
 
 $persistence['provider'] = 'file';
-$persistence['dir']      = $resourcesDir . '/cache/';
+$persistence['dir']      = $resourcesDir . 'cache/';
 
 $cache['provider']       = null;