Skip to content

Commit

Permalink
Refactor class name
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Aug 20, 2010
1 parent 0414f3d commit 73387cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/controllers/IndexController.php
Expand Up @@ -23,7 +23,7 @@ public function indexAction()
// // return array ok, id, rev
// Zend_Debug::dump($result->getInfo());
$logger = new Zend_Log();
$logger->addWriter(new App_ZendLogWriterCouchDb());
$logger->addWriter(new App_Log_Writer_CouchDb());
$logger->log("Testovani logovani", Zend_Log::DEBUG);
}

Expand Down
Expand Up @@ -12,7 +12,7 @@
* ZendLogWriterCouchDb
* @throws Zend_Log_Exception
*/
class App_ZendLogWriterCouchDb extends Zend_Log_Writer_Abstract
class App_Log_Writer_CouchDb extends Zend_Log_Writer_Abstract
{
/**
* Db
Expand Down

0 comments on commit 73387cf

Please sign in to comment.