This commit is contained in:
Nicolas Le Goff
2012-05-03 21:32:40 +02:00
parent e32811ecb2
commit b7eb53c320
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class MemcacheCache extends DoctrineMemcache implements Cache
*/ */
public function getName() public function getName()
{ {
return 'memecache'; return 'memcache';
} }
/** /**

View File

@@ -98,7 +98,7 @@ class API_V1_adapter extends API_V1_Abstract
/** /**
* Get a list of phraseanet tasks * Get a list of phraseanet tasks
* *
* @param \Silex\Application $app The API silex application * @param \Silex\Application $app The API silex application
* @return \API_V1_result * @return \API_V1_result
*/ */
public function get_task_list(Application $app) public function get_task_list(Application $app)