Skip to content
This repository has been archived by the owner on Mar 10, 2018. It is now read-only.

Commit

Permalink
[swToolboxPlugin] fix typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.symfony-project.com/plugins/swToolboxPlugin/sf1.2/trunk@22034 ee427ae8-e902-0410-961c-c3ed070cd9f9
  • Loading branch information
rande committed Sep 15, 2009
1 parent 472df30 commit 033cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doctrine/swMasterDoctrineDatabase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function initializeSlave(sfDatabaseManager $database_manager)
}
else
{
throw new sfExeception('You must enable the Doctrine_Connection_Mysql.class.php from the swToolboxPluging, see doc/07-Master_And_Slave_Doctrine_MySQL.txt');
throw new sfException('You must enable the Doctrine_Connection_Mysql.class.php from the swToolboxPluging, see doc/07-Master_And_Slave_Doctrine_MySQL.txt');
}

}
Expand Down

0 comments on commit 033cf49

Please sign in to comment.