Browse Source

requirements.php typo fix.

tags/2.0.0-beta
resurtm 12 years ago
parent
commit
3e39b8f024
  1. 2
      apps/bootstrap/protected/requirements.php

2
apps/bootstrap/protected/requirements.php

@ -46,7 +46,7 @@ $requirements = array(
// Cache : // Cache :
array( array(
'name' => 'Memcache extension', 'name' => 'Memcache extension',
'mandatory' => fasle, 'mandatory' => false,
'condition' => extension_loaded('memcache') || extension_loaded('memcached'), 'condition' => extension_loaded('memcache') || extension_loaded('memcached'),
'by' => '<a href="http://www.yiiframework.com/doc/api/CMemCache">CMemCache</a>', 'by' => '<a href="http://www.yiiframework.com/doc/api/CMemCache">CMemCache</a>',
'memo' => extension_loaded('memcached') ? 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' : '' 'memo' => extension_loaded('memcached') ? 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' : ''

Loading…
Cancel
Save